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/worker error budget #1286

Merged
merged 45 commits into from
Oct 19, 2023
Merged

Feature/worker error budget #1286

merged 45 commits into from
Oct 19, 2023

Conversation

killertiger
Copy link
Contributor

@killertiger killertiger commented Oct 6, 2023

Summary

This PR will add Error Budget to Teletraan Workers.
Each worker should report at least one success or failure per execution.
Each worker has a loop, for each item on the loop we should report a failure or success

Tests:

Command line

~/code/teletraan/deploy-service (feature/worker_error_budget) $ mvn test
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] teletraan 0.1-SNAPSHOT ............................. SUCCESS [  0.001 s]
[INFO] Teletraan platform universal components 1.0-SNAPSHOT SUCCESS [  2.761 s]
[INFO] common 0.1-SNAPSHOT ................................ SUCCESS [ 12.356 s]
[INFO] teletraan-service 0.1-SNAPSHOT ..................... SUCCESS [  1.323 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  16.542 s
[INFO] Finished at: 2023-10-13T13:55:27Z
[INFO] ------------------------------------------------------------------------

Statsboard validation

https://statsboard.pinadmin.com/share/rhkdw

image

@killertiger killertiger marked this pull request as ready for review October 13, 2023 14:01
@killertiger killertiger requested a review from a team as a code owner October 13, 2023 14:01
tylerwowen
tylerwowen previously approved these changes Oct 18, 2023
@killertiger killertiger merged commit b686b2c into master Oct 19, 2023
4 checks passed
@killertiger killertiger deleted the feature/worker_error_budget branch October 19, 2023 18:23
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.

2 participants