Skip to content

implemented Backend Start and Stop methods#114

Merged
cgillum merged 10 commits into
microsoft:mainfrom
mrjmarcelo:main
Feb 14, 2026
Merged

implemented Backend Start and Stop methods#114
cgillum merged 10 commits into
microsoft:mainfrom
mrjmarcelo:main

Conversation

@mrjmarcelo

Copy link
Copy Markdown
Contributor

adapted Backend CreateTaskHub and DeleteTaskHub to call Start and Stop methods instead of directly manage backend database

@mrjmarcelo

Copy link
Copy Markdown
Contributor Author

@microsoft-github-policy-service agree

@mrjmarcelo

Copy link
Copy Markdown
Contributor Author

@cgillum , please, can you approve this fixture? There are some methos that are not implemented in backends, I implemented it to allow backend connection in case that is not necessary creation of taskhub structure, for example to allow client to get information from durable task backend. Withou that methods tha only way to start the backend is by taskhubcreation, but it creates postgres connections that cannot be closed without create and delete task hub structure in db, with this implementation is possible to connect to backend using Start and Stop methods that were not implemented.

@mrjmarcelo

mrjmarcelo commented Feb 13, 2026

Copy link
Copy Markdown
Contributor Author

This pull request fixes this isssue reported by @jeanmartins:

#113

Thanks.

@cgillum

cgillum commented Feb 14, 2026

Copy link
Copy Markdown
Member

LGTM - thanks for this contribution!

@cgillum
cgillum merged commit df3fc0d into microsoft:main Feb 14, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Postgres Stop function not implemented causing the backend to never close the database connection

2 participants