# Refer https://adikrishnan.in/2018/05/30/playing-with-chords-celery/ for understanding the concept. from tasks import hello, chord_service, non_chord_service hello.delay() chord_service.delay() non_chord_service.delay()