Skip to content

Commit

Permalink
simplify wording
Browse files Browse the repository at this point in the history
Signed-off-by: Achille Roussel <[email protected]>
  • Loading branch information
achille-roussel committed May 31, 2024
1 parent 8eafefa commit 3a9776c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ including:
- **Multi-Tenant Data Pipelines**

Dispatch differs from alternative solutions by allowing developers top write
simple Python code as if it was a local application: it has a **minimal API
footprint**, which usually only requires using a function decorator (no complex
framework to learn), failure recovery is built-in by default for transient
errors like rate limits or timeouts, with a **zero-configuration** model.
simple Python code: it has a **minimal API footprint**, which usually only
requires using a function decorator (no complex framework to learn), failure
recovery is built-in by default for transient errors like rate limits or
timeouts, with a **zero-configuration** model.

To interact with the Dispatch scheduler, the client SDK uses this module to
generate [connectrpc][connectrpc] or [gRPC][grpc] clients and servers.
Expand Down

0 comments on commit 3a9776c

Please sign in to comment.