Skip to content

Commit

Permalink
chore(fargate): add another todo for sqs code
Browse files Browse the repository at this point in the history
  • Loading branch information
bernardobridge committed Feb 14, 2024
1 parent 26ba1b6 commit 3bf3bf6
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ function ArtillerySQSPlugin(script, events) {
});
});

//TODO: reconcile some of this code with how lambda does sqs reporting
events.on('phaseStarted', (phaseContext) => {
this.unsent++;
const body = JSON.stringify({
Expand All @@ -99,6 +100,7 @@ function ArtillerySQSPlugin(script, events) {
});
});

//TODO: reconcile some of this code with how lambda does sqs reporting
events.on('phaseCompleted', (phaseContext) => {
this.unsent++;
const body = JSON.stringify({
Expand Down

0 comments on commit 3bf3bf6

Please sign in to comment.