@lotics/app-sdk 0.87.6 → 0.87.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/docs/workflows.md +0 -1
- package/package.json +1 -1
package/docs/workflows.md
CHANGED
|
@@ -688,7 +688,6 @@ to let the call site supply the type. Keep the loop for FINDING values and put t
|
|
|
688
688
|
a filtered `query_records` that scans for the row you just made: the filtered form is both an
|
|
689
689
|
extra scan and wrong under concurrency, since a row created between your write and your read
|
|
690
690
|
matches the same filter.
|
|
691
|
-
|
|
692
691
|
### Keep expensive steps off the path the caller waits on
|
|
693
692
|
|
|
694
693
|
`generate_pdf_from_template` and `agent` are the two steps that dominate a body's wall clock. Ask
|