Rwatana / BlogService

0 stars 0 forks source link

Add parts that control traffic #15

Open Rwatana opened 1 month ago

Rwatana commented 1 month ago

Background

The server has a function to send logs to the database, and with a large number of API calls, a high volume of logs may be concentrated. This can put a load on the server when many logs are sent at once, so it is necessary to add a traffic control mechanism.

Goal

This issue will be closed when the server has an effective traffic control mechanism in place that successfully prevents overload during high volumes of log transmission to the database. All tests confirming that the server can handle peak log traffic without degradation of performance must be completed.

Approach

Overview

Todo

Deadline

8/18

References

None

nayuta-ai commented 1 month ago

@Rwatana I believe this issue is too large to complete within one week, so it should be treated as a parent issue. Please create some child issues related to this PR.