79629995

Date: 2025-05-20 07:46:13
Score: 1
Natty:
Report link

OK, turns out that the issue was:

"awslogs-datetime-format": "%Y-%m-%d %H:%M:%S"

In the ECS task definition log configuration. Since the granularity was set to seconds, every request that occurred in "the same second" would have its log grouped under one entry by the awslogs driver.
https://docs.aws.amazon.com/batch/latest/userguide/using_awslogs.html
This behavior is hinted in the official AWS documentation, although imho it's not stated clearly enough.

Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: potato_programmer