danielgerlag / danielgerlag/workflow-core

Sql Queue Provider Conversation endpoint leak

Open
#1,209 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
C#
Stars
5.9k
Forks
1.3k
Avg merge
1d 1h
Merged PRs (30d)
5

Description

**Describe the bug**
After a queue item is processed, the conversation endpoint status remains in CONVERSING state and the record remains in sys.conversation_endpoints in perpetuity.

**To Reproduce**
Execute any workflow using Sql Queue Provider.

**Expected behavior**
After the queue item is processed, the conversation endpoint status is changed to CLOSED and is removed from sys.conversation_endpoints after lifetime expiration.

**Additional context**
QueueWork.sql and DequeueWork.sql are not ending the conversation

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.