Scheduled package to execute every 30 minutes with Agent

Hi,

Just wandering if there gonna be issues if there will be a lot of logs with toggle and kill like this in the future?

What is the best configuration?

Context: The package should execute every 30 minutes, this package is invoking a workflow in a hd robot

Thank you

Yes, this is going to be a problem.
You need to make sure you process exit when it’s done. Right now, you are starting more and more instances of the same process/package.

While you are fixing that, you can try enabling terminate if running.


But do not only do that, you need to make sure the process exits when done.

I see, Thank you Allan

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.