You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 28, 2023. It is now read-only.
Currently, DomainApiController only supports immediate command delivery. Scheduling should be supported, possibly by adding a dueTime parameter. This will necessarily work a little differently for the batch API.
There should also be a way to specify scheduled but as soon as possible, e.g. schedule with no due time, in order to take advantage of durability and retries.
Currently,
DomainApiControlleronly supports immediate command delivery. Scheduling should be supported, possibly by adding adueTimeparameter. This will necessarily work a little differently for the batch API.There should also be a way to specify scheduled but as soon as possible, e.g. schedule with no due time, in order to take advantage of durability and retries.