Podcastindex-org / podping-hivewriter

The hive writer component of podping.
MIT License
15 stars 5 forks source link

Stack overflow error #21

Closed agates closed 3 years ago

agates commented 3 years ago

When the server loses its internet connection after some time, the failure_retry function will recurse until python hits the recursion limit, resulting in a stack overflow.

Need to convert this into a regular loop and avoid being fancy about it.

daveajones commented 3 years ago

Amen