terraform-aws-github-runner icon indicating copy to clipboard operation
terraform-aws-github-runner copied to clipboard

optional FIFO queue on workflow job events queue

Open joemiller opened this issue 10 months ago • 1 comments

I have been experimenting with the optional "workflow job events queue" (enable_workflow_job_events_queue = true) for generating metrics. I am attempting to capture the queued, in_progress, completed events and increment prom gauges. One goal with these metrics is to have a near realtime dashboard of how many jobs are sitting queued or running. But the accuracy of the numbers so far is not very good. I'm wondering if creating the SQS queue as a FIFO queue might help the matter.

Is there any reason this queue should not be a FIFO queue? If not, I'd be happy to pull together a PR to add a variable.

joemiller avatar Apr 01 '24 14:04 joemiller

This issue has been automatically marked as stale because it has not had activity in the last 30 days. It will be closed if no further activity occurs. Thank you for your contributions.

github-actions[bot] avatar May 02 '24 01:05 github-actions[bot]