cmu-delphi / covidcast-indicators

Back end for producing indicators and loading them into the COVIDcast API.
https://cmu-delphi.github.io/delphi-epidata/api/covidcast.html
MIT License
12 stars 17 forks source link

Turn down "Transfer in progress" message frequency #2017

Closed melange396 closed 3 months ago

melange396 commented 3 months ago

There is a "Transfer in progress" log message in claims_hosp (aka hospital-admissions) and doctor_vists that is used in a callback with the paramiko sftp client. In practice, this log message can print hundreds of times a second, filling up log files with useless information. We should update the callback to have some state so it only prints once "per percent", or remove it.

melange396 commented 3 months ago

completed in #2024