Add modified date to socket data
- Add
modified
date to the code below. - Update the example to when the Job is modified change the table line and not add another one.
- Sort by
modified
date.
django_remote_submission/signals.py
'text': json.dumps({
'job_id': instance.id,
'title': instance.title,
'status': instance.status,
}),