SOLVED Scheduled Jobs sending email at every hour
-
-
Hi,
This timeout value is a precaution to protect the system.
That’s why we can’t let the increase the timeout value by users.
If you need a long-running process; you can trigger your WLST script using a shell command.
That will cause an immediate return for the main process (Shell Script) but not for the child process (Triggered WLST Script).
Also, this type of usage means; The script is out of the control to WLSDM.
Kind regards.
-
Hi ,
Please make sure your script completes under 60 seconds.
Regards.
-
Thanks for your reply.
Seems like 60 seconds threshold is causing the below issue. Can we set threshold value other than 60 seconds?
-
Hi,
This timeout value is a precaution to protect the system.
That’s why we can’t let the increase the timeout value by users.
If you need a long-running process; you can trigger your WLST script using a shell command.
That will cause an immediate return for the main process (Shell Script) but not for the child process (Triggered WLST Script).
Also, this type of usage means; The script is out of the control to WLSDM.
Kind regards.