openware / peatio

Open-source crypto currency exchange software (https://openware.com)
https://www.openware.com
MIT License
1.04k stars 624 forks source link

HTTP Request took too long to complete #1683

Closed xcelr closed 6 years ago

xcelr commented 6 years ago

Successfully built 96c39d4de2a8 Successfully tagged workbench_deposit_coin_address:latest workbench_db_1 is up-to-date workbench_rabbitmq_1 is up-to-date workbench_redis_1 is up-to-date Creating workbench_geth_1 ... Creating workbench_proxy_1 ... workbench_vault_1 is up-to-date Creating workbench_geth_1 ... done Creating workbench_proxy_1 ... done Starting workbench_ranger_1 ... done Creating workbench_barong_1 ... done Creating workbench_peatio_1 ... done Creating workbench_blockchain_1 ... Creating workbench_deposit_collection_1 ... Creating workbench_matching_1 ... Creating workbench_trade_executor_1 ... Creating workbench_pusher_member_1 ... Creating workbench_slave_book_1 ... Creating workbench_global_state_1 ... Creating workbench_deposit_coin_address_1 ... Creating workbench_pusher_market_1 ... Creating workbench_withdraw_coin_1 ... Creating workbench_deposit_collection_fees_1 ... Creating workbench_order_processor_1 ... Creating workbench_market_ticker_1 ... Creating workbench_withdraw_audit_1 ...

ERROR: for workbench_deposit_collection_fees_1 UnixHTTPConnectionPool(host='localhost', port=None): Read timed out. (read timeout=60)

ERROR: for workbench_order_processor_1 UnixHTTPConnectionPool(host='localhost', port=None): Read timed out. (read timeout=60)

ERROR: for workbench_pusher_market_1 UnixHTTPConnectionPool(host='localhost', port=None): Read timed out. (read timeout=60)

ERROR: for workbench_pusher_member_1 UnixHTTPConnectionPool(host='localhost', port=None): Read timed out. (read timeout=60)

ERROR: for workbench_withdraw_coin_1 UnixHTTPConnectionPool(host='localhost', port=None): Read timed out. (read timeout=60)

ERROR: for workbench_market_ticker_1 UnixHTTPConnectionPool(host='localhost', port=None): Read timed out. (read timeout=60)

ERROR: for workbench_deposit_coin_address_1 UnixHTTPConnectionPool(host='localhost', port=None): Read timed out. (read timeout=60)

ERROR: for workbench_global_state_1 UnixHTTPConnectionPool(host='localhost', port=None): Read timed out. (read timeout=60)

ERROR: for workbench_slave_book_1 UnixHTTPConnectionPool(host='localhost', port=None): Read timed out. (read timeout=60)

ERROR: for workbench_withdraw_audit_1 UnixHTTPConnectionPool(host='localhost', port=None): Read timed out. (read timeout=60)

ERROR: for workbench_blockchain_1 UnixHTTPConnectionPool(host='localhost', port=None): Read timed out. (read timeout=60)

ERROR: for workbench_matching_1 UnixHTTPConnectionPool(host='localhost', port=None): Read timed out. (read timeout=60)

ERROR: for workbench_deposit_collection_1 UnixHTTPConnectionPool(host='localhost', port=None): Read timed out. (read timeout=60)

ERROR: for workbench_trade_executor_1 UnixHTTPConnectionPool(host='localhost', port=None): Read timed out. (read timeout=60)

ERROR: for order_processor UnixHTTPConnectionPool(host='localhost', port=None): Read timed out. (read timeout=60)

ERROR: for deposit_collection_fees UnixHTTPConnectionPool(host='localhost', port=None): Read timed out. (read timeout=60)

ERROR: for withdraw_coin UnixHTTPConnectionPool(host='localhost', port=None): Read timed out. (read timeout=60)

ERROR: for deposit_coin_address UnixHTTPConnectionPool(host='localhost', port=None): Read timed out. (read timeout=60)

ERROR: for global_state UnixHTTPConnectionPool(host='localhost', port=None): Read timed out. (read timeout=60)

ERROR: for market_ticker UnixHTTPConnectionPool(host='localhost', port=None): Read timed out. (read timeout=60)

ERROR: for pusher_member UnixHTTPConnectionPool(host='localhost', port=None): Read timed out. (read timeout=60)

ERROR: for slave_book UnixHTTPConnectionPool(host='localhost', port=None): Read timed out. (read timeout=60)

ERROR: for withdraw_audit UnixHTTPConnectionPool(host='localhost', port=None): Read timed out. (read timeout=60)

ERROR: for pusher_market UnixHTTPConnectionPool(host='localhost', port=None): Read timed out. (read timeout=60)

ERROR: for blockchain UnixHTTPConnectionPool(host='localhost', port=None): Read timed out. (read timeout=60)

ERROR: for matching UnixHTTPConnectionPool(host='localhost', port=None): Read timed out. (read timeout=60)

ERROR: for deposit_collection UnixHTTPConnectionPool(host='localhost', port=None): Read timed out. (read timeout=60)

ERROR: for trade_executor UnixHTTPConnectionPool(host='localhost', port=None): Read timed out. (read timeout=60) ERROR: An HTTP request took too long to complete. Retry with --verbose to obtain debug information. If you encounter this issue regularly because of slow network conditions, consider setting COMPOSE_HTTP_TIMEOUT to a higher value (current value: 60). Makefile:36: recipe for target 'daemons' failed make: *** [daemons] Error 1

This is the error it's throwing

ysv commented 6 years ago

@xcelr can you move issue to workbench ?