Currently the two processes run in sequence on a daily basis.
Whereas it is appropriate to mantain the Wikidata refresh process on daily basis, it is overkilling to run the full refresh from Commons with such frequence.
The details of the request are:
• to schedule them separately for all geocontext
• to have a superadmin screen control to possibily switch on-off the run (standard is ON) for each geocontext
• to refresh for Commons only a part of the images; e.g. (assuming that the refresh is based on the Qnumber of the monumnts), the rule can be that on day D are included only the Qnumbers that are postive for the following test:
Qnumber Mod A = Julian(Day) mod A (default value for A=30)
Example: day = 22/3/2025
hence Julian day: 91
hence Julian(Day) mod 30 = 1
hence Q94142816 is excluded because 94142816 mod 30 = 26
instead Q55056361 is excluded because 55056361 mod 30 = 1
This metod grants that after A days all items are refreshed from Commos and that on each single day only 1/A effort is spent
• the parameter A should be available in superadmin screen of each geocontext