Standby echo with delay avatar

Standby echo with delay

Pricing

Pay per usage

Go to Apify Store
Standby echo with delay

Standby echo with delay

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Nishad Manerikar

Nishad Manerikar

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

a day ago

Last modified

Categories

Share

Standby Target

A minimal Standby Actor for testing worker migration behavior. Returns the current run ID on every request, so you can observe when traffic switches to a replacement run.

Response

{ "ok": true, "runId": "abc123", "timestamp": 1711234567890, "delayMs": 0 }

Query parameters

ParamDescription
delayMsDelay the response by this many milliseconds (simulates in-flight work during drain testing)

Example

curl https://<standby-url>?delayMs=500