Skip to content
This repository has been archived by the owner on Jan 19, 2022. It is now read-only.

Commit

Permalink
Merge djmitche/build-relengapi:bug1151636 (PR #213)
Browse files Browse the repository at this point in the history
  • Loading branch information
djmitche committed Apr 7, 2015
2 parents 28289c3 + 60ec9f1 commit 6c0b8cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion relengapi/blueprints/badpenny/execution.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def _finish(self, successful):
session.commit()


@celery.task()
@celery.task(ignore_result=True)
def _run_job(task_name, job_id):
task = badpenny.Task.get(task_name)
if not task:
Expand Down

0 comments on commit 6c0b8cc

Please sign in to comment.