refactor batch processing infrastructure

Issue #1869 open
Robert Jäschke created an issue

Currently, there are several Perl scrips that are started by Cronjobs in the background to compute several things, e.g., tag counters, similarity measures, etc.

These scripts are cumbersome to install, configure, and maintain, e.g., changing the database connection or turning off a script is difficult. In addition, the only output they deliver are emails upon errors. It would be better, if there would be a daily mail that provides some status from the scripts (e.g., how often they were run, how much data they computed, etc.). There should also be some logging, etc.

Comments (2)

  1. Log in to comment