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

Improve displayed message date/time in Saga view particularly when showing timeouts #1532

Open
mauroservienti opened this issue Nov 30, 2024 · 0 comments

Comments

@mauroservienti
Copy link
Member

Describe the suggested improvement

Is your improvement related to a problem? Please describe.

When showing timeouts in the Saga View, it's unclear what the displayed date/time refers to. In the screenshot below, the saga sends a timeout; when the timeout expires, the displayed date/time is the same as when it was sent (the timeout is scheduled for 10 seconds later). However, the time when the saga processes the timeout is correct.

saga-view

Generally speaking, it's unclear what the displayed date/time refers to. Is it the time the message was sent? Is it the time it was received or processed?

Describe the suggested solution

One option could be to display more than one date/time, showing both the sent and received date/time if there was a difference.

Additional Context

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant