issues Search Results · repo:dispatchrun/dispatch-py language:Python
Filter by
49 results
(60 ms)49 results
indispatchrun/dispatch-py (press backspace or delete to remove)We are adding Lambda support using the Invoke API. Another way to invoke lambdas are to go through the Function URL
(see: https://docs.aws.amazon.com/lambda/latest/dg/urls-invocation.html).
enhancement
Pryz
- Opened on Apr 7, 2024
- #147
We need to be able to follow the execution of an entire graph of functions. Propagating a trace ID generated by the SDK
through the first DispatchRequest is one way to achieve that goal.
enhancement
Pryz
- Opened on Mar 12, 2024
- #124
Similar to the FastAPI integration, we want to implement a native integration with Django.
enhancement
Pryz
- Opened on Mar 12, 2024
- #123
async functions are often used to integrate the asyncio event loop from the Python standard library, but Python async
functions are a more general language concept that we use to construct to implement ...
enhancement
achille-roussel
- Opened on Mar 11, 2024
- #122
Reproduction:
import httpx
from fastapi import FastAPI
from dispatch.fastapi import Dispatch
app = FastAPI()
dispatch = Dispatch(app)
def main():
@dispatch.function
async def sub1():
...
bug
pelletier
- Opened on Mar 8, 2024
- #117
Shouldn t be needed often, but users may still have to use it to provide bug reports in case something goes wrong with
state capture.
documentation
pelletier
- Opened on Mar 8, 2024
- #116
When setting a string that doesn t contain the ---- BEGIN PUBLIC KEY ---- prefix, the program crashes due to accessing a
method that doesn t exist, for example:
from fastapi import FastAPI
from dispatch.fastapi ...
bug
achille-roussel
- 4
- Opened on Mar 7, 2024
- #115
We don t inform users in advance that they need Python 3.11+ to use dispatch-py, it would help smooth the onboarding
process if we did.
documentation
achille-roussel
- 7
- Opened on Mar 7, 2024
- #113
Currently this is breaking the dev flow because the disaptch.fastapi module has a dependency on a package that s not
listed.
bug
achille-roussel
- Opened on Mar 7, 2024
- #112
dispatch.__version__ should return the current package s version to make it easier to know which version of the SDK is
currently installed programmatically.
enhancement
pelletier
- 1
- Opened on Mar 6, 2024
- #111

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.