-
-
Notifications
You must be signed in to change notification settings - Fork 87
Labels
Description
Is your feature request related to a problem? Please describe.
Currently, the metric usage data may be sent multiple times per day if the Django project is configured incorrectly. i
Describe the solution you'd like
I suggest that metric usage should be sent only once per day. To achieve this, we can calculate and store a hash of the payload along with the current date. On any given date, if the same payload is generated again, the hash should be checked before sending. If an identical hash (for the same date) already exists, skip sending to avoid duplication. This ensures each unique payload is sent at most once per day.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
To do (general)