rcthomas / jupyterhub-announcement

Announcement service for JupyterHub with a UI
Other
22 stars 10 forks source link

Make update/purge async, need aiofiles #13

Closed rcthomas closed 2 years ago

rcthomas commented 2 years ago

Makes the purge and update methods on the queue async. We don't make the restoration method async because it's just done at startup and never again.