systemetric / shepherd-2

A rewrite of shepherd
Apache License 2.0
4 stars 0 forks source link

Explore async #15

Open shardros opened 2 years ago

shardros commented 2 years ago

Shepherd is usally used by a single user at a time yet there are probally still benifits to be gained by sprinkling async everywhere.

Not sure if this requires us to do anything fancy with FastAPI.

DONE IS:

Minion3665 commented 2 years ago

Async will probably have benefits, I have used async with fastapi before and unless you are trying to start fastapi from async code it is not an issue

shardros commented 2 years ago

Sounds good, not super urgent right now but maybe something we can do in the future