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
Copy file name to clipboardExpand all lines: extras/task-store-database-jpa/src/main/java/io/a2a/extras/taskstore/database/jpa/JpaDatabaseTaskStore.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -94,12 +94,12 @@ public void delete(String taskId) {
94
94
95
95
/**
96
96
* Determines if a task is considered active for queue management purposes.
97
-
* <p>
98
-
* A task is active if:
97
+
* <p>A task is active if:</p>
99
98
* <ul>
100
99
* <li>Its state is not final, OR</li>
101
100
* <li>Its state is final but it was finalized within the grace period</li>
102
101
* </ul>
102
+
* <p>
103
103
* The grace period handles the race condition where events are published to Kafka
104
104
* while a task is active, but consumed on a replica node after the task is finalized.
0 commit comments