Add proper debounce to the new_arrivals notification https://github.com/illright/innopoints-backend/blob/1303c953823820382066b0202b96d20ae8971910/innopoints/views/product.py#L121
Can easily be solved after solving the issue of sending notifications in a separate thread (using threading.Timer)
Both tasks are in the scope of this issue.
Add proper debounce to the
new_arrivalsnotification https://github.com/illright/innopoints-backend/blob/1303c953823820382066b0202b96d20ae8971910/innopoints/views/product.py#L121Can easily be solved after solving the issue of sending notifications in a separate thread (using
threading.Timer)Both tasks are in the scope of this issue.