-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
source-twilio: check for updated messages based on the lookback window
Twilio's API only allows us to query messages based on their creation date, not their updated date. Previously, the connector was only getting creates, with the option to use the lookback window to push back the cursor value to re-emit all messages created in the past X minutes. The `messages` stream now uses the lookback window to query Twilio for messages created X minutes in the past, but it only emits messages that have been created or updated after the current cursor value.
- Loading branch information
Showing
1 changed file
with
51 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters