]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
Merge pull request #64110 from yuvalif/wip-yuval-71402
authorYuval Lifshitz <ylifshit@ibm.com>
Mon, 7 Jul 2025 08:18:37 +0000 (11:18 +0300)
committerGitHub <noreply@github.com>
Mon, 7 Jul 2025 08:18:37 +0000 (11:18 +0300)
rgw/notifications: add http request timeout and max inflight

1  2 
doc/radosgw/notifications.rst

index c665d291a01d5cc5fb0ae3dee605679dbd892564,7cdf76e97a67e1c6bac5589c07310298b01af3c0..031bc698ff3f8f4cfa84021d0ef0edb70b0d0ade
@@@ -137,10 -133,21 +137,21 @@@ Notification Performance Statistic
  
  .. note::
  
 -    ``pubsub_event_triggered`` and ``pubsub_event_lost`` are incremented per
 -    event on each notification, but ``pubsub_push_ok`` and ``pubsub_push_fail``
 -    are incremented per push action on each notification.
 +    ``pubsub_event_lost`` is incremented per event on each notification, but
 +    ``pubsub_push_ok`` and ``pubsub_push_fail`` are incremented per push action
 +    on each notification.
  
+ Configuration Options
+ ------------------------------
+ The following are global configuration options for the different endpoints:
+ HTTP
+ ~~~~
+ .. confval:: rgw_http_notif_message_timeout
+ .. confval:: rgw_http_notif_connection_timeout
+ .. confval:: rgw_http_notif_max_inflight
  Bucket Notification REST API
  ----------------------------