philips-labs / terraform-aws-github-runner

Terraform module for scalable GitHub action runners on AWS
https://philips-labs.github.io/terraform-aws-github-runner/
MIT License
2.55k stars 612 forks source link

SQS_WORKFLOW_JOB_QUEUE env variable not set for webhook Lambda #3898

Closed jo-koe closed 2 months ago

jo-koe commented 4 months ago

Hi, we've just deployed the ubuntu example and the SQS_WORKFLOW_JOB_QUEUE environment variable is empty for the webhook lambda which leads to the issue that the function can't add new messages to the queue.

After setting the env variable manually via the AWS Console to the queue URL it works just fine.

Thanks, Jonas

jo-koe commented 4 months ago

We've just found out that setting variable enable_workflow_job_events_queue=true solves the problem.

supriyaaaic commented 3 months ago

@jo-koe can you please guide me which version have you used? I am trying to use v5.10.0

jo-koe commented 3 months ago

@supriyaaaic we have used v5.10.4

supriyaaaic commented 3 months ago

thanks @jo-koe 👍

stuartp44 commented 2 months ago

I am closing this issue as it seems like you have solved your issue.