mirror of
https://github.com/ZwareBear/awx.git
synced 2026-04-25 01:11:48 -05:00
Convert job_created to string for serialization
This commit is contained in:
@@ -1290,7 +1290,7 @@ class BaseTask(object):
|
||||
|
||||
# TODO: can we count on instance always having created?
|
||||
# If we can't how can we store the job_event?
|
||||
self.job_created = self.instance.created
|
||||
self.job_created = str(self.instance.created)
|
||||
|
||||
try:
|
||||
self.instance.send_notification_templates("running")
|
||||
|
||||
Reference in New Issue
Block a user