If a video is deleted from youtube `update_all_talks`will detect it and it will **unpublish** the talk on Django. But: * It should be deleted from elastic search There is already a `delete_unpublished_videos` command but all the process it is not automated. * Pipeline (slow) or Management commands (fast but gonna be deprecated). Which one implement first?