The “Sleep” transformer halts/pauses processing of the data for a certain number of seconds. The sleep transformer can, for example, be used to throttle outgoing API calls. Useful for rate limited API calls.Documentation Index
Fetch the complete documentation index at: https://docs.alumio.com/llms.txt
Use this file to discover all available pages before exploring further.
Fields
Time to wait (in seconds)
A required field. The number of seconds the process is paused.Sample data
| Field | Value |
|---|---|
| Input data | |
| Time to wait (in seconds) | 10 |
| Result | The transformer sleeps/waits for 10 seconds |