Skip to content

v0.8.0

Choose a tag to compare

@phlogisticfugu phlogisticfugu released this 05 Oct 20:25
· 13 commits to main since this release
  • add retrying of 502 Bad Gateway errors from Cloudflare
  • use module-global throttle to avoid unecessary retries - solves retries triggering retries issue
  • throttle parallelization down to serial batches - solves retries triggering retries issue
  • retry more aiohttp errors
  • use resource module to try to increase file handle limits. but do so with a graceful fallback
  • refactor of package functions
  • avoid logger deprecation notices
  • handle insufficient_quota error
  • refactor parsing to make it more robust
  • add automated retry for invalid function JSON

Full Changelog: v0.6.3...v0.8.0