snapapi: session 63 — batch endpoint + retry logic (459 tests)
This commit is contained in:
parent
25ac02d3f1
commit
cbc17c0367
2 changed files with 59 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"phase": "production-live",
|
||||
"version": "0.5.2-prod (VULNERABLE: free signup still live) / 0.8.0-staging (431 tests)",
|
||||
"version": "0.5.2-prod (VULNERABLE: free signup still live) / 0.9.0-staging (459 tests)",
|
||||
"staging": {
|
||||
"status": "running",
|
||||
"namespace": "snapapi-staging",
|
||||
|
|
@ -100,7 +100,10 @@
|
|||
"Viewport clipping: clip parameter (x, y, width, height) with GET query support (clipX/clipY/clipW/clipH) (staging)",
|
||||
"clip mutual exclusivity with fullPage and selector (staging)",
|
||||
"SDK docs: userAgent + clip documented in Node.js + Python SDK READMEs (staging)",
|
||||
"Test suite: 431 tests passing (staging)"
|
||||
"Test suite: 431 tests passing (staging)",
|
||||
"Batch screenshot endpoint: POST /v1/screenshots/batch — up to 10 URLs per request, partial success, concurrent processing (staging)",
|
||||
"Screenshot retry logic: automatic retry (max 2) for transient browser failures with exponential backoff, X-Retry-Count header (staging)",
|
||||
"Test suite: 459 tests passing (staging)"
|
||||
],
|
||||
"notDone": [
|
||||
"Register Stripe webhook URL in Stripe Dashboard",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue