Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
@mchaudhary @mostlyjason In this PR, I have implemented the code to store the logs before sending in a backup array when the final JSON event is ready to send and then call a function which will call the sendBulkLogs() and sendLogs() function respectively in case of Bulk and Input mode.
The approach I am following is to retry sending the logs from the backup array maximum 5 times when there is a server error and if the counter reaches to 5 then it will not retry anymore.
Currently, I am seeing some issues and doing testing of the implemented code so I need some time to complete this task.