Skip to content

Commit 61b90c9

Browse files
Update 06-batch-job.md (#223)
Corrected grammar
1 parent e78d70a commit 61b90c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/02-use-cases/06-batch-job.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ permalink: /docs/use-cases/batch-job
99
A lot of batch jobs are not pure data manipulation programs. For those, the existing big data frameworks are the best fit.
1010
But if processing a record requires external API calls that might fail and potentially take a long time, Cadence might be preferable.
1111

12-
One of our internal Uber customer uses Cadence for end of month statement generation. Each statement requires calls to multiple
12+
One of our internal Uber customers use Cadence for end of month statement generation. Each statement requires calls to multiple
1313
microservices and some statements can be really large. Cadence was chosen because it provides hard guarantees around durability of the financial data and seamlessly deals with long running operations, retries, and intermittent failures.

0 commit comments

Comments
 (0)