This PR implements CronJob minion-reg-over-time for populating table stack.RegistrationOverTime.
minion-reg-over-time will be deployed every 5 mins with median-priority.
To populate stack.RegistrationOverTime for a certain scan, the experimenter first inserts the scan and stack of interest into the newly implemented table stack.RegistrationOverTimeTask. The minion will pick up any scan inserted and start populating the stack.RegistrationOverTime table accordingly.
This PR implements CronJob
minion-reg-over-time
for populating tablestack.RegistrationOverTime
.minion-reg-over-time
will be deployed every 5 mins withmedian-priority
.To populate
stack.RegistrationOverTime
for a certain scan, the experimenter first inserts the scan and stack of interest into the newly implemented tablestack.RegistrationOverTimeTask
. The minion will pick up any scan inserted and start populating thestack.RegistrationOverTime
table accordingly.