Add alert for failed events after retry and fix broken cloud event exception handling
1 unresolved thread
1 unresolved thread
Relates #3 (closed)
Edited by E. Kirk
Merge request reports
Activity
Filter activity
added 13 commits
-
7193d4b0...58979b8a - 5 commits from branch
main
- fbe2ebe0 - feat: add faas Cloud Run and Pub/Sub modules
- cd0fe96c - chore: remove duplicate and conflicting logan settings/cmds
- 204ace90 - fix: move logan file again and simplify container definition
- c1b0920b - wip: cloudevents functions ignore return codes
- 9f70276f - wip
- 8081e503 - sq
- ba3bdcc6 - wip
- 0af6f75a - sq
Toggle commit list-
7193d4b0...58979b8a - 5 commits from branch
added 1 commit
- 318f8438 - feat: add failure after retry alert and fix broken library exception handling
added 1 commit
- f5e734c7 - feat: add failure after retry alert and fix broken library exception handling
assigned to @ek599
requested review from @rjg21
13 16 14 17 @raw_event 15 def example_handled_exception(raw_event): 18 def example_raw_event_handled_exception(raw_event): 16 19 raise UCAMFAASCouldNotProcess 17 20 18 21 19 22 @raw_event 20 def example_unhandled_exception(raw_event): 23 def example_raw_event_unhandled_exception(raw_event): 24 raise Exception("Did not expect this") 25 26 27 # Cloud Events 28 @cloud_event 29 def example_cloud_event_no_exception(raw_event): changed this line in version 7 of the diff
added 1 commit
- a2683778 - fix: change misleading test function argument names
requested review from @rjg21
mentioned in commit 75be0cc5
Please register or sign in to reply