Skip to:
When Job Scheduler starts and if there is a job that needs to be run at that time it will delay the entire startup of Sakai by 5 mins.
Solution is to move the actual delay into a thread so that it doesn't delay the rest of Sakai from starting.
These log messages show the problem
When Job Scheduler starts and if there is a job that needs to be run at that time it will delay the entire startup of Sakai by 5 mins.
Solution is to move the actual delay into a thread so that it doesn't delay the rest of Sakai from starting.
These log messages show the problem