Skip to content

cron jobs should be killed if hang

Piotr Gawron requested to merge 200-cron-jobs-should-be-killed-if-hang into master

Each cron job has a "wall time" of 15 minutes. The reason behind is that sometimes it might happen that the cron job hang (in a real time scenario it was RedCap connector that hung, because of some strange network issues). In such situation the job has open DB session that prevents some operations on DB (like applying migration scripts in our real case scenario).

Closes #200 (closed)

Edited by Piotr Gawron

Merge request reports