mirror of
https://github.com/ansible/awx.git
synced 2026-05-24 17:17:45 -02:30
converting from socketio to channels websocket
This commit is contained in:
committed by
Jared Tabor
parent
1a9843d5d1
commit
6d4a2a8f8e
@@ -1409,4 +1409,3 @@ class SystemJob(UnifiedJob, SystemJobOptions, JobNotificationMixin):
|
||||
|
||||
def get_notification_friendly_name(self):
|
||||
return "System Job"
|
||||
|
||||
|
||||
@@ -932,4 +932,3 @@ class UnifiedJob(PolymorphicModel, PasswordFieldsModel, CommonModelNameNotUnique
|
||||
if settings.BROKER_URL.startswith('amqp://'):
|
||||
self._force_cancel()
|
||||
return self.cancel_flag
|
||||
|
||||
|
||||
Reference in New Issue
Block a user