Skip to content

Commit

Permalink
Remove extra scheduler state save that does nothing (ansible#14396)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanCoding authored and djyasin committed Nov 11, 2024
1 parent 69dbcf4 commit a090df0
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 a090df0

Please sign in to comment.