CCI-MOC / xdmod-cntr

A project to prototype the use of XDMOD with OpenStack and OpenShift on the MOC
1 stars 5 forks source link

run the batch export in a container #193

Closed rob-baron closed 1 year ago

rob-baron commented 1 year ago

Set up the script /usr/lib64/xdmod/batch_export_manager.php to run in a container in parallel to the xdmod-ui interface.

Although this screams kubernetes cron job, it updates both the database and the file system. Since it updates the file system, we need to run in the same pod as the xdmod-ui in order that the files are present for xdmod-ui to download to the user.

joachimweyl commented 1 year ago

complete.