Mark Zheng
03/04/2024, 2:59 AM2.14.5
to 2.16.0
and we have noticed a small issue with our task logs. Within the UI, task logs appear after a decently long delay. After looking into it we found that its the api/logs/filter
endpoint that is causing issues. We found that when filtering by task_run_id
it would take ~20 seconds, while without filtering it would take ~50ms. I've attached some examples of the bodies here:
{"logs":{"level":{"ge_":0},"task_run_id":{"any_":["bb83c087-05bf-4ea5-9404-775c218d2e05"]}},"sort":"TIMESTAMP_ASC","offset":0,"limit":200}
{"logs":{"level":{"ge_":0}},"sort":"TIMESTAMP_ASC","offset":0,"limit":200}
Nate
03/04/2024, 3:17 AMMark Zheng
03/04/2024, 3:51 AMMark Zheng
03/04/2024, 5:28 AMMark Zheng
03/04/2024, 5:51 AMNate
03/04/2024, 2:21 PMNate
03/04/2024, 2:22 PM