cvisionai / tator

Video analytics web platform
https://tator.io
GNU Affero General Public License v3.0
98 stars 32 forks source link

Project totals could make use of trigger-based logic instead of periodic cron job #1698

Open bctcvai opened 1 month ago

bctcvai commented 1 month ago

It may make sense to the project totals be calculated continuously based on a trigger vs. a periodic cron job. The project total can be incorrect if any periodic task fails to execute. Additionally there is a delay for the totals to be updated on uploads. This can result in user confusion.