Pause temporarily stops your client from receiving new events while keeping the subscription active. Use this for maintenance windows or when you need to temporarily halt processing. Unlike unsubscribe, paused events remain queued and will be delivered when you continue.Documentation Index
Fetch the complete documentation index at: https://docs.ensync.cloud/llms.txt
Use this file to discover all available pages before exploring further.
Usage
- Node.js
- Python
Methods
| Method | Description |
|---|---|
pause() | Stop receiving new events |
continue() | Resume receiving events |
When to Use
- Maintenance windows: Pause during system updates or database migrations
- Temporary halt: Stop processing while performing operations that require no new events
- Controlled restart: Pause before restarting to avoid losing in-flight events
Pause affects only this client instance. Your other client instances sharing the same appKey continue receiving events.