Your ROOT_URL in app.ini is http://192.168.1.7:3000/ but you are visiting http://shqkxh.org:3000/guofu/dolphin-dev/commit/68610470c486b0d714afeff6f7300ea82368233c?style=split&whitespace=show-all You should set ROOT_URL correctly, otherwise the web may not work correctly.

Buf fixes: (`DDBHFTLoader.py`) Mannually close the `ddb_sess` in parallel jobs to avoid memory leaks.

main
Guofu Li 3 years ago
parent 57d0c7954f
commit 68610470c4

@ -482,4 +482,7 @@ class DDBHFTLoader(DDBLoader):
df_table_name = df_table_name df_table_name = df_table_name
)) ))
# 由于不是复用`DDBHFTLoader`对象内部的Session因此如果不手动关闭就会造成内存逐渐泄漏
ddb_sess.close()

Loading…
Cancel
Save