Add a Gitter chat badge to README.md - #27
Merged
Merged
Conversation
ginccc
approved these changes
Mar 22, 2017
ginccc
added a commit
that referenced
this pull request
Jul 3, 2026
…pod cancel honored - #12: deleteGroupConversation now runs the same paused-state cleanup as cancel-of-paused (delete timeout schedule + cleanupAfterTerminalState) so a deleted paused discussion no longer leaks its armed schedule, ephemeral dynamic agents, and lastVerifiedIndex entry. - #13: cancelDiscussion decides the cancel path (token / DB CAS) FIRST and deletes the timeout schedule only after the CAS wins; on CAS loss it leaves the schedule alone and reports 409, so a cancel racing a fresh pause can no longer strip a finite timeout while reporting success. - #27/#45: the running leg re-reads persisted state at each phase boundary and completes via updateIfState(running-state) so a cross-pod cancel/ABORT is honored at the next boundary and the terminal COMPLETED write can no longer resurrect IN_PROGRESS over a cluster-wide CANCELLED.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
labsai/EDDI now has a Chat Room on Gitter
@ginccc has just created a chat room. You can visit it here: https://gitter.im/EDDI-labs-ai/Lobby.
This pull-request adds this badge to your README.md:
If my aim is a little off, please let me know.
Happy chatting.
PS: Click here if you would prefer not to receive automatic pull-requests from Gitter in future.