dispatch-py
dispatch-py copied to clipboard
Python package to develop applications with Dispatch.
This issue is a follow-up to the feedback we got on the Python SDK, in particular: > The other thing I would try to do would be starting with an...
This issue is a follow-up to the feedback we got on the Python SDK, in particular: > One (opinionated) suggestion I would make would be to highlight the Dispatch terms,...
Throughout our README, we make use of advanced technical terms without defining them, which makes it difficult to appeal to a wide audience. Here is a quote from some a...
`dispatch.__version__` should return the current package's version to make it easier to know which version of the SDK is currently installed programmatically.
Along with #89 we want to offer the ability to schedule tasks via a Cron API. We will have to define where to pass the scheduling configuration. Either during the...
The local coroutine scheduler (#52) interacts with Dispatch by polling with zero or more calls. Another capability of `poll` is the ability to delay resumption of the coroutine(s) (using `max_wait`)....
This is an error that manifests with this error: ``` cls = proto = type: "HTTPStatusError" message: "test" value: "\200\004\225\206\000\000\000\000\000\000\000\214\005httpx\224\214\017H...econstruct_httpx_error\n raise HTTPStatusError(\"test\", request=res, response=res)\nhttpx.HTTPStatusError: test\n" @classmethod def _from_proto(cls, proto: error_pb.Error)...