Skip to content

Commit bd0a898

Browse files
Update state-manager/app/models/signal_models.py
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent e6367af commit bd0a898

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

state-manager/app/models/signal_models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ class PruneRequestModel(BaseModel):
1111
data: dict[str, Any] = Field(..., description="Data of the state")
1212

1313
class ReEnqueueAfterRequestModel(BaseModel):
14-
enqueue_after: int = Field(..., description="Unix time in milliseconds after which the state should be re-enqueued")
14+
enqueue_after: int = Field(..., description="Duration in milliseconds to delay the re-enqueuing of the state")

0 commit comments

Comments
 (0)