File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -44,11 +44,11 @@ Python, including:
4444- ** Transactional Workflows**
4545- ** Multi-Tenant Data Pipelines**
4646
47- Dispatch differs from alternative solutions by allowing developers to write
48- simple Python code as if it was a local application : it has a ** minimal API
49- footprint ** , which usually only requires using a function decorator (no complex
50- framework to learn), failure recovery is built-in by default for transient
51- errors like rate limits or timeouts, with a ** zero-configuration** model.
47+ Dispatch differs from alternative solutions by allowing developers top write
48+ simple Python code: it has a ** minimal API footprint ** , which usually only
49+ requires using a function decorator (no complex framework to learn), failure
50+ recovery is built-in by default for transient errors like rate limits or
51+ timeouts, with a ** zero-configuration** model.
5252
5353To get started, follow the instructions to [ sign up for Dispatch] [ signup ] 🚀.
5454
You can’t perform that action at this time.
0 commit comments