Skip to content

Commit 423bb34

Browse files
Update state-manager/app/controller/manual_retry_state.py
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent cc71f82 commit 423bb34

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

state-manager/app/controller/manual_retry_state.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ async def manual_retry_state(namespace_name: str, state_id: PydanticObjectId, bo
3131
parents=state.parents,
3232
does_unites=state.does_unites,
3333
fanout_id=body.fanout_id, # this will ensure that multiple unwanted retries are not formed because of index in database
34-
manual_retry_fanout_id=body.fanout_id
34+
manual_retry_fanout_id=body.fanout_id # This is included in the state fingerprint to allow unique manual retries of unite nodes.
3535
)
3636
retry_state = await retry_state.insert()
3737
logger.info(f"Retry state {retry_state.id} created for state {state_id}", x_exosphere_request_id=x_exosphere_request_id)

0 commit comments

Comments
 (0)