~jtv/maas/bug-1062031

Viewing all changes in revision 1178.

  • Committer: Tarmac
  • Author(s): John Arbash Meinel
  • Date: 2012-10-05 10:54:12 UTC
  • mfrom: (1166.3.1 ignore_results)
  • Revision ID: tarmac-20121005105412-76mpryg9omutujus
[r=jtv][bug=][author=jameinel] Pass ignore_result=True to all current celery tasks.

With celery, you are meant to fire off a job, and then grab the
result object and wait for it. The design of all current jobs is
that they just trigger and you never wait for the result.

If you don't ignore the results, then the queues build up forever
and stay alive because they wait for someone to read the result.

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: