Skip to content

Commit

Permalink
temp: comment out transaction atomic
Browse files Browse the repository at this point in the history
  • Loading branch information
varshamenon4 committed Aug 23, 2024
1 parent a43d24a commit 7d7b9ba
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import time

from django.core.management.base import BaseCommand
from django.db import transaction
# from django.db import transaction

from edx_exams.apps.core.models import CourseStaffRole, User

Expand Down Expand Up @@ -44,7 +44,7 @@ def add_arguments(self, parser):
dest='batch_delay',
help='Time delay in seconds for each batch')

@transaction.atomic
# @transaction.atomic
def handle(self, *args, **options):
"""
The main logic and entry point of the management command
Expand Down

0 comments on commit 7d7b9ba

Please sign in to comment.