Hi,
I often make changes to objects with background jobs.
Some times for some reason a job takes a long time from posted to executed.
In the mean time the line is closed, and the job fails.
Do you have a good solution for that?
BR Kresten
Hi,
I often make changes to objects with background jobs.
Some times for some reason a job takes a long time from posted to executed.
In the mean time the line is closed, and the job fails.
Do you have a good solution for that?
BR Kresten
If you starts you background with Transaction_SYS.Deferred_Call, then you have set the queue_id parameter. Nr 4 (Touch Apps Queue (Push)) will execute nearly instant.
You can define your own queues under “batch queue configuration”.
Thanks. I’ll try that.
It’s not used at all.
If you are aware the background job will consume more time to complete then better you configure the job in a separate queue to make sure it doesn't affect other jobs. However, you can RMB on the job and click on Exclude for Cleanup to avoid killing the job automatically with system default cleanup process
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.