actinia-org / actinia-python-client

Python Client Library for actinia
https://actinia-org.github.io/actinia-python-client/
GNU General Public License v3.0
5 stars 7 forks source link

Make poll_until_finished less chatty and less frequent #11

Closed ninsbl closed 1 year ago

ninsbl commented 1 year ago

Currently the poll_until_finished() method is polling quite frequent and a bit chatty.

It would be good to add an option to

  1. print only at status change and to
  2. sleep until next poll
anikaweinmann commented 1 year ago

This will be added in https://github.com/actinia-org/actinia-python-client/pull/15

ninsbl commented 1 year ago

Fixed with #15