1
0
mirror of https://github.com/minio/docs.git synced 2025-07-30 07:03:26 +03:00

Fix for bucket event limits (#1337)

- Updates information on limits related to events.
- Adds cert-manager pages to URL-excludes file for non-k8s builds

Closes #1313
This commit is contained in:
Daryl White
2024-10-03 17:29:59 -04:00
committed by GitHub
parent 36f5bea8ea
commit 56ecef97b2
2 changed files with 18 additions and 2 deletions

View File

@ -100,11 +100,15 @@ To enable synchronous bucket notifications for *all configured remote targets*,
.. note::
MinIO maintains a per-remote queue of events (``10000`` by default) where it stores unsent and pending events.
For synchronous and asynchronous events, MinIO maintains a per-remote queue where it stores unsent and pending events.
The queue limit defaults to ``100000``.
MinIO discards new events when the queue is full.
For asynchronous or synchronous bucket notifications, MinIO discards new events if the queue fills.
You can increase the queue size as necessary to better accommodate the rate of event send and processing of the MinIO deployment and remote target.
Use the ``QUEUE_LIMIT`` environment variable or configuration setting for your notification method to modify this limit.
For asynchronous events, MinIO allows a maximum of ``50000`` concurrent ``send`` calls.
.. _minio-bucket-notifications-event-types: