I'm using flask, have a simple app set up, and am trying to learn how to leverage celery effectively to do work, and when queried, show results. In the most basic example, I was creating a single task, viatask.delay(args). This object then let me pull an ID for the job, which ...