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
Reduce m365 worker thread count from 7 to 2 (#6103)
This commit reduces the m365 worker thread count from 7 to 2.
This is because the worker thread is per host and we need to ensure
there are not too many threads in total to avoid api throttling.
The suggestion is to estimate based on 2 ~ 4 OCU. Original 7 is the
estimated based on total threads. Changing to 2 would fit for 4 OCU.
Signed-off-by: Wenjie Yao <[email protected]>
Co-authored-by: Wenjie Yao <[email protected]>
Copy file name to clipboardExpand all lines: data-prepper-plugins/saas-source-plugins/microsoft-office365-source/src/main/java/org/opensearch/dataprepper/plugins/source/microsoft_office365/Office365SourceConfig.java
Copy file name to clipboardExpand all lines: data-prepper-plugins/saas-source-plugins/microsoft-office365-source/src/test/java/org/opensearch/dataprepper/plugins/source/microsoft_office365/Office365SourceConfigTest.java
0 commit comments