You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
enhancement(aws_s3 source): optionally configure source to defer or delete older notifications (#22691)
* make configurable to defer or delete old messages in queue
* formatting
* update docs
* name field more inline with other fields (poll_secs)
* add changelog
* avoid unwrap
* rename to match config of deferred instead of retry
* nest deferred configurations under deferred. require them to be together
* correct changelog
* add ticks to emphasize the variable names
* remove panic. update send_message to require a target queue_url
* internal_log_rate_limit & fmt
Add deferred processing options (`deferred.max_age_secs`, `deferred.queue_url`) to automatically route older event notifications to a separate queue, enabling prioritized processing of recent files
0 commit comments