This is a submission for DEV's Summer Bug Smash: Clear the Lineup powered by Sentry.

Run this and predict the output:

def batched(messages, chunk_size):

batch = []

for m in messages: