dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #45980
Check if existing analytics table update is running
Hi all,
We have a cron job which triggers the analytics tables to be generated and
we seem to run into issues when the job takes too long and a new request to
update is sent before the old one completes.
Currently running a PUT every 20 minutes (extended from previously using 5
minutes due to this issue) against /api/resourceTables/analytics
Is there an endpoint we can hit to check if there is an existing analytics
update already running?
Thanks,
- Jasper
Follow ups