cron jobs should be killed if hang
All threads resolved!
All threads resolved!
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
Activity
Filter activity
added 27 commits
-
6663e24f...3059b600 - 17 commits from branch
master
- a4c11415 - edit study form
- b2da009c - possibiity to configure study notification set
- daa8f423 - possibility to configure which study subject fields should be available in the system
- 5887818c - unit tests for study edit page
- 2c1d1dc9 - multiple === operators changed into "in" operator
- 4b685e52 - List of voucher partners and health partners doesn't include "disabled" button
- 2813990c - tooltip text modified
- fc259193 - git ignor modified to include coverage script
- 7fb64f0b - jobs will be killed after some time
- ade2b84d - we can use signals due to the fact that cron jobs are run in single thread
Toggle commit list-
6663e24f...3059b600 - 17 commits from branch
assigned to @valentin.groues
- Resolved by Piotr Gawron
Please register or sign in to reply