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

feat(crons): Implement simple incident occurence consumer #80773

Conversation

evanpurkhiser
Copy link
Member

@evanpurkhiser evanpurkhiser commented Nov 14, 2024

Simply deserializes the IncidentOccurrence messages and dispatches the
incident occurrence.

Does not yet determine if the clock tick should cause the dispatch to be
delayed.

Part of GH-79328

@evanpurkhiser evanpurkhiser requested a review from a team as a code owner November 14, 2024 20:38
@github-actions github-actions bot added the Scope: Backend Automatically applied to PRs that change backend components label Nov 14, 2024
@evanpurkhiser evanpurkhiser force-pushed the evanpurkhiser/feat-crons-implement-simple-incident-occurence-dispatching branch from ba25e24 to 4f02b73 Compare November 14, 2024 20:48
@evanpurkhiser evanpurkhiser force-pushed the evanpurkhiser/feat-crons-implement-simple-incident-occurence-dispatching branch from 4f02b73 to cc1b540 Compare November 14, 2024 21:01
Copy link

codecov bot commented Nov 14, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

✅ All tests successful. No failed tests found.

Additional details and impacted files
@@             Coverage Diff             @@
##           master   #80773       +/-   ##
===========================================
+ Coverage   52.39%   78.40%   +26.01%     
===========================================
  Files        7181     7206       +25     
  Lines      318146   319470     +1324     
  Branches    43822    43994      +172     
===========================================
+ Hits       166690   250492    +83802     
+ Misses     149801    62589    -87212     
- Partials     1655     6389     +4734     

@evanpurkhiser evanpurkhiser changed the title feat(crons): Implement simple incident occurence dispatching feat(crons): Implement simple incident occurence consumer Nov 15, 2024
@evanpurkhiser evanpurkhiser force-pushed the evanpurkhiser/feat-crons-implement-simple-incident-occurence-dispatching branch from cc1b540 to c2847f1 Compare November 15, 2024 16:36
@evanpurkhiser
Copy link
Member Author

Updated with a couple error state test cases

Simply deserializes the IncidentOccurrence messages and dispatches the
incident occurrence.

Does not yet determine if the clock tick should cause the dispatch to be
delayed.
@evanpurkhiser evanpurkhiser force-pushed the evanpurkhiser/feat-crons-implement-simple-incident-occurence-dispatching branch from c2847f1 to 293092e Compare November 15, 2024 16:42
@evanpurkhiser evanpurkhiser merged commit c239524 into master Nov 15, 2024
49 checks passed
@evanpurkhiser evanpurkhiser deleted the evanpurkhiser/feat-crons-implement-simple-incident-occurence-dispatching branch November 15, 2024 17:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Scope: Backend Automatically applied to PRs that change backend components
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants