Skip to content

Commit

Permalink
feat(api)!: send an email to the customer when a product is shipped
Browse files Browse the repository at this point in the history
Introduce a request id and a reference to latest request. Dismiss
incoming responses other than from latest request.

Remove timeouts which were used to mitigate the racing issue but are
obsolete now.

Reviewed-by: Z
Refs: #123
emanuelaepure10 committed Mar 6, 2024
1 parent 2b86e71 commit 624bd33
Showing 2 changed files with 11 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/action-conventional-commits-taskmedia.yml
Original file line number Diff line number Diff line change
@@ -18,6 +18,12 @@
# ING-3232
# success

# TEST 4
# feat!: send an email to the customer when a product is shipped
# BREAKING CHANGE: `extends` key in config file is now used for extending other config files
# ING-3231
# success

name: Action Conventional Commits Taskmedia

on:
5 changes: 5 additions & 0 deletions .github/workflows/action-conventional-commits.yml
Original file line number Diff line number Diff line change
@@ -18,6 +18,11 @@
# ING-3232
# success

# TEST 4
# feat!: send an email to the customer when a product is shipped
# BREAKING CHANGE: `extends` key in config file is now used for extending other config files
# ING-3231
# success

name: Action Conventional Commits

0 comments on commit 624bd33

Please sign in to comment.