job delay ...

This commit is contained in:
Steve Nyemba 2023-12-26 14:56:03 -06:00
parent 1134de9ad5
commit 01d92c48b4
1 changed files with 1 additions and 0 deletions

View File

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