Skip to content

Commit

Permalink
fix: better message when R2 timesout
Browse files Browse the repository at this point in the history
  • Loading branch information
db0 authored and tazlin committed Feb 20, 2024
1 parent 90c19e4 commit 9f44ec9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion horde_worker_regen/process_management/process_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -1693,7 +1693,7 @@ async def submit_single_generation(self, new_submit: PendingSubmitJob) -> Pendin
new_submit.retry()
return new_submit
except _async_client_exceptions as e:
logger.warning("Generation Submit to AI Horde timed out. Will retry.")
logger.warning("Upload to AI Horde R2 timed out. Will retry.")
logger.debug(f"{type(e).__name__}: {e}")
new_submit.retry()
return new_submit
Expand Down

0 comments on commit 9f44ec9

Please sign in to comment.