• #dev 2023-07-24
  • Prev
    Next
  • #indieweb
  • #dev
  • #wordpress
  • #meta
  • #stream
  • #microformats
  • #known
  • #events
#dev ≡
  • ←
  • →
2023-07-24 UTC
# 15:23
[snarfed]
[KevinMarks] re python hosting, I'm still generally happy on App Engine, including for IO-bound workloads like fetching from external sites, just make sure you're using a threaded worker, eg entrypoint: gunicorn --threads 30 ... https://cloud.google.com/appengine/docs/standard/python3/runtime#entrypoint_best_practices