Leo Sussan

Results 8 comments of Leo Sussan

Thank you for this! I'm going to update this repo w/ some updates that'll include a fix to this, will check it out.

I haven't had the opportunity just yet - but do have plans to do so (please feel free to submit a PR). I would prefer one of the following two...

Adding +1 to the interest in a dashboard offshoot project.

First - really love this project, thank you for making this! Second - IMO the desired syntax would be something like (if possible): ```python result = some_input > await async_func1...

Use `inspect.iscoroutinefunction(object)` to detect if a function is async. See: https://docs.python.org/3/library/inspect.html#inspect.iscoroutinefunction

Thus far, the best task queue to use w/ FastAPI has been @samuelcolvin's Arq. It's really good. You should use it. https://github.com/samuelcolvin/arq He's also the guy behind Pydantic.

To add to this - I added Arq to my FastAPI project template, incase y'all want an example to look at: https://github.com/leosussan/fastapi-gino-arq-uvicorn

Gotcha - I changed the header on the original issue to reflect your label change. Would you want ordering on extra fields to be an option on config & split...