Skip to content

Commit

Permalink
Remove extra scheduler state save that does nothing (#14396)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanCoding authored Aug 31, 2023
1 parent 1bb4240 commit ab3ceae
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion awx/main/tasks/system.py
Original file line number Diff line number Diff line change
Expand Up @@ -764,7 +764,6 @@ def awx_periodic_scheduler():
new_unified_job.save(update_fields=['status', 'job_explanation'])
new_unified_job.websocket_emit_status("failed")
emit_channel_notification('schedules-changed', dict(id=schedule.id, group_name="schedules"))
state.save()


def schedule_manager_success_or_error(instance):
Expand Down

0 comments on commit ab3ceae

Please sign in to comment.