瀏覽代碼

job delay ...

Steve Nyemba 1 年之前
父節點
當前提交
01d92c48b4
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      transport/etl.py

+ 1 - 0
transport/etl.py

@@ -117,6 +117,7 @@ class Transporter(Process):
             _fwd_args = {} if not _args else _args
             
             self._delegate_write(_df.iloc[_indexes],**_fwd_args)
+            time.sleep(1)
             #
             # @TODO: Perhaps consider writing up each segment in a thread/process (speeds things up?)
             pass