volatilemolotov commented on PR #28373: URL: https://github.com/apache/beam/pull/28373#issuecomment-1729183661
@Abacn @damccorm Seems like this is causing issues of perpetually queued jobs somehow. Could be connected to some Actions outage which would explain the first queued job getting stuck but all further are considered the same group somehow. Think the issue is the body of comment : https://github.com/apache/beam/actions/workflows/beam_PerformanceTests_BigQueryIO_Batch_Java_Json.yml?query=is%3Aqueued and looking at the first job trigger we get to https://github.com/apache/beam/pull/28272#issuecomment-1725951616 which is a multiline comment with code embedded and that might be causing the group to be broken somehow. Should we perhaps use comment id or something https://docs.github.com/en/webhooks/webhook-events-and-payloads#issue_comment -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
