Skip to content

Commit f09a4fb

Browse files
Add missing/helpful comment in code example
1 parent 570204e commit f09a4fb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

messenger.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2778,6 +2778,8 @@ provided in order to ease the declaration of these special handlers::
27782778
$ack->nack($e);
27792779
}
27802780
}
2781+
2782+
// Do something in batch that is costly (e.g. sending data to a 3rd party API).
27812783
}
27822784

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

0 commit comments

Comments
 (0)