Hi ,
I have been working on leave module a while now, everything was working just fine since yesterday i’ve been facing a server timeout error
How can i clear this
Thank you
Hi ,
I have been working on leave module a while now, everything was working just fine since yesterday i’ve been facing a server timeout error
@PranethaaVinoth it’s because there are too many background jobs running . I fixed my own issue by disabling unnecessary schedule jobs especially type ‘All’, they are running every 4 minutes .
@rs115199789 @PranethaaVinoth
these are scheduled jobs type “ALL” means they are running every 4 minutes , others running every hours , day … . I just stopped the ones I don’t use like attendance , projects …
Thanks