The sorting of a collection is triggered every time there's a change in the stock of a product. If the app detects that a product is sold out, the collection is sorted in real time.
However, if there are multiple inventory changes in a matter of minutes, the next sort is delayed so that it doesn't have to be processed several times in a very short period of time. The table below shows how long it takes to start another re-sort, depending on the size of the collection:
Collection size | Minimal re-sorting delay |
0-99 products | 15 minutes |
100-499 products | 30 minutes |
500-1999 products | 1 hour |
2000-9999 products | 3 hours |
10000-99999 products | 24 hours |
100000+ products | Never |
Got a question? Feel free to contact our support team via in-app chat or by email at support@digismoothie.com.