Quantcast
Channel: SCN : Discussion List - SAP HANA Developer Center
Viewing all articles
Browse latest Browse all 6412

XSJOB terminating regularly

$
0
0

I seem to have a problem related to scheduling/jobs:

I have configured my xsjob file to trigger every second (see below). After activating it in the XS Admin Tool, it runs for some minutes and then stops running. I have attached a screenshot of the XS Admin Tool log that shows that it works for some time, then stops working and does not start again.

This problem is not related to the SQLScript procedure terminating with an error state (if there happens to be an error during execution, it shows in the log and the system just continues executing the job the next second again; I can check this in the log, it shows an entry for the error message).

The only workaround is to manually restart the job in the XS Admin Tool by re-saving the job (with the "active" checkbox checked). Then it will run for some minutes and stop again at some point.

So... has anyone experienced a similar problem, that the scheduler runs for a couple of minutes, then stops executing jobs?

 

 

Here is my xsjob file:

{

    "description": "Polling",

    "action": "IPN.proc::poll_all_live",

    "schedules": [ {

        "description": "Poll every second",

        "xscron": "* * * * * * */1"

    }]

}


Viewing all articles
Browse latest Browse all 6412

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>