Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature idea - transaction panel #264

Open
jvanasco opened this issue Jun 2, 2016 · 2 comments
Open

feature idea - transaction panel #264

jvanasco opened this issue Jun 2, 2016 · 2 comments

Comments

@jvanasco
Copy link
Contributor

jvanasco commented Jun 2, 2016

opening for discussion...

a panel that shows data about the pyramid_tm transaction manager could be useful when debugging. i'm not sure how much of this data is potentially available:

• transaction status (commit, abort, etc)
• who joined (even the object classes are useful, ie there may be a sqlalchemy, a sendmail, a celery)
• who voted what (I don't think this is trackable)

anything else?

@mmerickel
Copy link
Member

I have placed the toolbar explicitly OVER pyramid_tm and so a panel should be able to observe the entire lifecycle of a transaction if it wishes. It would want to hook request.tm to monitor what happens.

@mmerickel
Copy link
Member

related #299

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

No branches or pull requests

2 participants