diff --git a/transport/etl.py b/transport/etl.py index 198bdf0..2b0699e 100644 --- a/transport/etl.py +++ b/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