Skip to content

Instantly share code, notes, and snippets.

View vsalvino's full-sized avatar

Vince Salvino vsalvino

View GitHub Profile
@vsalvino
vsalvino / views.py
Last active December 1, 2021 19:06
Python threading in HTTP request
# NOTE: This requires threading support in your WSGI server.
# For uWSGI: https://uwsgi-docs.readthedocs.io/en/latest/WSGIquickstart.html#a-note-on-python-threads
import threading
# Long running task.
def run_thing(myuser):
...
# email user when done
return
@vsalvino
vsalvino / Notes.md
Last active May 8, 2019 15:04
Wagtail Open Space @ PyCon US 2019

Wagtail Open Space Notes

Location: PyCon, Cleveland, OH, USA

Date: May 4, 2019, 1:00pm

Introductions: