Skip to content

Commit 08f9088

Browse files
committed
change
1 parent ce8729c commit 08f9088

File tree

2 files changed

+1
-3
lines changed
  • backend/notifications
  • infrastructure/applications/cluster

2 files changed

+1
-3
lines changed

backend/notifications/tasks.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import logging
22
from uuid import uuid4
3-
from pycon.celery_utils import OnlyOneAtTimeTask
43
from notifications.models import SentEmail
54
from django.db import transaction
65
from pycon.celery import app
@@ -11,7 +10,6 @@
1110

1211

1312
@app.task(
14-
base=OnlyOneAtTimeTask,
1513
bind=True,
1614
autoretry_for=(Exception,),
1715
retry_backoff=5,

infrastructure/applications/cluster/iam.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ data "aws_iam_policy_document" "server_role_policy" {
3232
effect = "Allow"
3333
actions = [
3434
"iam:PassRole",
35-
"ses:*",
35+
# "ses:*",
3636
"ecs:*",
3737
"ecr:*",
3838
]

0 commit comments

Comments
 (0)