Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions messenger.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2778,6 +2778,8 @@ provided in order to ease the declaration of these special handlers::
$ack->nack($e);
}
}

// Do something in batch that is costly (e.g. sending data to a 3rd party API).
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this the best place for this comment? Shouldn't it go to inside the previous foreach? Maybe I'm missing something. Thanks.

}

// Optionally, you can override some of the trait methods, such as the
Expand Down