- Limit the number of concurrent async tasks run at the same time
Changed
- When forwarding events, use a http session to reuse the existing HTTP connection - Improve concurrency of async tasks that forward events
1.11.1
Fixed
- Fixes connector configuration file name
1.11.0
Changed
- remove redundant logs for connectors - Upload files by chunks to support files bigger than 100MB
1.10.0
Added
- Add heartbeat in triggers The heartbeat allows to mark the trigger as not alive if no heartbeat was received for a certain amount of time. To support this feature triggers must: - Set the `last_heartbeat_threshold` class attribute to a value greater than 0 - Call periodically `self.heartbeat()` to update the last heartbeat date