https://github.com/apify/echo-standby-actor
An example Actor using Standby mode
https://github.com/apify/echo-standby-actor
Last synced: 3 months ago
JSON representation
An example Actor using Standby mode
- Host: GitHub
- URL: https://github.com/apify/echo-standby-actor
- Owner: apify
- Created: 2024-08-14T13:36:18.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-14T13:42:45.000Z (almost 2 years ago)
- Last Synced: 2025-06-30T07:06:12.646Z (12 months ago)
- Language: Dockerfile
- Size: 24.4 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Echo Standby Actor
Echo Standby Actor is an example implementation of an Actor using [Standby mode](https://docs.apify.com/platform/actors/development/programming-interface/standby).
It implements a simple HTTP server that responds with the request headers, method, body, and query parameters - it echoes the request. The Actor behaves as a standard API server with automatic scaling based on pending requests.
For more information about Actor Standby, see [the documentation](https://docs.apify.com/platform/actors/running/standby).