radiocosmology / alpenhorn

Alpenhorn is a service for managing an archive of scientific data.
MIT License
2 stars 1 forks source link

fix(lustrehsm): Only call hsm_restore once during restore-wait #189

Closed ketiltrout closed 3 months ago

ketiltrout commented 3 months ago

Calling it more than once seems to result in the second call not completing until the file is restored (locking up the worker).

Probably we should add a timeout to the restore-wait (#188) but I want to run it as-is for a while to see how this goes.

Also, fixed the check_async call.

Also, some logging tweaks.