#C01HWQ1R0BC I am trying to send logs using batchlogrecordprocessor, generating manually 1000 logs and below are the config for batchlogrecordprocessor. I am only able to send logs when MAX_EXPORT_BATCH_SIZE=45 and in case of MAX_EXPORT_BATCH_SIZE = 50 , the v1/logs goes into pending state. Is this something related to how signoz handles the logs. Is there any limit on number of logs it can process. Or if we need to do some sort of configuration in order to handle more number of logs
export const SIGNOZ_LOGGER_CONFIG = {
MAX_QUEUE_SIZE: 1000,
MAX_EXPORT_BATCH_SIZE: 50,
SCHEDULED_DELAY_MILLIS: 2000,
EXPORT_TIMEOUT_MILLIS: 10000,
};