How to set asynchronous task to run once every week?
3 answers
Hi Sec,
Since it is an asynchronous task, it will not use an external clock for scheduled tasks. They must defined in a fixed delay, specified in seconds, that tells the scheduler how many seconds to wait between the end of one execution of the task and the beginning of the next execution. You can find more details here:
under Scheduled Tasks.
If we add more nodes "asynchronousTask" inside the same parent node "extension", then these tasks don't run anymore.
Anyone has got advice of that?
Have you considered to create a new extension and the task there?
Comments
The SDK is free to use, unsupported and as is. In my opinion, if there is a way to get it to work as you want, I would consider this a desirable result. You can check if the class providing the extension point documents any restrictions, but even if not, if you have a working solution, go for it.