部署python runner遇到问题

faas和runner分别部署在不通的服务器上,运行后在seatable-python-runner.log有如下报错
[2022-10-07 22:56:31,990] [ERROR] root:80 send_to_scheduler send to scheduler: http://faas.seatable.luckly.com:8085/script-result/, error: HTTPConnectionPool(host=‘faas.seatable.luckly.com’, port=8085): Max retries exceeded with url: /script-result/ (Caused by ConnectTimeoutError(<urllib3.connection.HTTPConnection object at 0x7f2899e4ec18>, ‘Connection to faas.seatable.luckly.com timed out. (connect timeout=30)’)), result_data: {‘success’: False, ‘return_code’: None, ‘output’: ‘Fail to get script’, ‘spend_time’: None, ‘script_id’: 1, ‘task_log_id’: None}
[2022-10-07 22:58:24,803] [ERROR] root:119 run_python Fail to get script: http://10.1.20.17:8085/seafhttp/files/24a0766e-e0cf-462a-ba55-81d64fa87dab/xT01.py, response: <Response [404]>
[2022-10-07 22:58:54,858] [ERROR] root:80 send_to_scheduler send to scheduler: http://faas.seatable.luckly.com:8085/script-result/, error: HTTPConnectionPool(host=‘faas.seatable.luckly.com’, port=8085): Max retries exceeded with url: /script-result/ (Caused by ConnectTimeoutError(<urllib3.connection.HTTPConnection object at 0x7f2899e35908>, ‘Connection to faas.seatable.luckly.com timed out. (connect timeout=30)’)), result_data: {‘success’: False, ‘return_code’: None, ‘output’: ‘Fail to get script’, ‘spend_time’: None, ‘script_id’: 2, ‘task_log_id’: None}

麻烦路过的大佬帮忙看下是什么原因,谢谢!