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

Expose buffer size and # dropped actions in ScheduleInfo #4839

Merged
merged 4 commits into from
Sep 6, 2023

Conversation

ShahabT
Copy link
Contributor

@ShahabT ShahabT commented Sep 5, 2023

What changed?
Expose buffer size and number of dropped actions due to buffer limit in ScheduleInfo
Related API change: temporalio/api#311

Why?
Give more visibility into schedule state to the clients.

How did you test it?
None so far

Potential risks
None

Is hotfix candidate?
No

@ShahabT ShahabT requested a review from dnr September 5, 2023 23:07
@ShahabT ShahabT requested a review from a team as a code owner September 5, 2023 23:07
Copy link
Member

@dnr dnr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice, thanks!

@ShahabT ShahabT merged commit 9684f9f into main Sep 6, 2023
10 checks passed
@ShahabT ShahabT deleted the shahab/schedulebufinfo branch September 6, 2023 22:50
dnr pushed a commit to dnr/temporal that referenced this pull request Oct 30, 2023
…4839)

<!-- Describe what has changed in this PR -->
**What changed?**
Expose buffer size and number of dropped actions due to buffer limit in
ScheduleInfo
Related API change: temporalio/api#311

<!-- Tell your future self why have you made these changes -->
**Why?**
Give more visibility into schedule state to the clients.

<!-- How have you verified this change? Tested locally? Added a unit
test? Checked in staging env? -->
**How did you test it?**
None so far

<!-- Assuming the worst case, what can be broken when deploying this
change to production? -->
**Potential risks**
None

<!-- Is this PR a hotfix candidate or require that a notification be
sent to the broader community? (Yes/No) -->
**Is hotfix candidate?**
No
rodrigozhou pushed a commit that referenced this pull request Oct 31, 2023
<!-- Describe what has changed in this PR -->
**What changed?**
Expose buffer size and number of dropped actions due to buffer limit in
ScheduleInfo
Related API change: temporalio/api#311

<!-- Tell your future self why have you made these changes -->
**Why?**
Give more visibility into schedule state to the clients.

<!-- How have you verified this change? Tested locally? Added a unit
test? Checked in staging env? -->
**How did you test it?**
None so far

<!-- Assuming the worst case, what can be broken when deploying this
change to production? -->
**Potential risks**
None

<!-- Is this PR a hotfix candidate or require that a notification be
sent to the broader community? (Yes/No) -->
**Is hotfix candidate?**
No
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants