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
In SDK, worker service will optionally take in a url of the current instance. Then state options will allow setting a flag that the state execution will try to use the same worker instance as the previous state execution. When enabled, SDK will also send over the worker url for executing the state.
This feature should be used together with the failure recovery feature— it’s possible that the instance got killed and the processing may need to be started over.
The text was updated successfully, but these errors were encountered:
longquanzheng
changed the title
Sticky state execution: use previous
Sticky state execution: use previous worker instance
Dec 12, 2024
longquanzheng
changed the title
Sticky state execution: use previous worker instance
IWF-350: Sticky state execution: use previous worker instance
Dec 16, 2024
In SDK, worker service will optionally take in a url of the current instance. Then state options will allow setting a flag that the state execution will try to use the same worker instance as the previous state execution. When enabled, SDK will also send over the worker url for executing the state.
This feature should be used together with the failure recovery feature— it’s possible that the instance got killed and the processing may need to be started over.
The text was updated successfully, but these errors were encountered: