Skip to content

Commit

Permalink
Move membership cronjob to pycon be
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoacierno committed Nov 5, 2023
1 parent ee3df1c commit 4c2a05a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
resource "aws_cloudwatch_event_rule" "membership_check_status" {
name = "${terraform.workspace}-association-backend-membership-check-status"
name = "${terraform.workspace}-pycon-backend-membership-check-status"
description = "Cronjob checking daily that people have a valid payment for their subscription"
schedule_expression = "rate(1 day)"
}
Expand Down

0 comments on commit 4c2a05a

Please sign in to comment.