Skip to content

Commit

Permalink
[Stress] Remove unused periodic_task
Browse files Browse the repository at this point in the history
  • Loading branch information
ask committed Mar 2, 2016
1 parent ca57e72 commit fd2f712
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions funtests/stress/stress/app.py
Expand Up @@ -175,8 +175,3 @@ def marker(s, sep='-'):
return _marker.delay(s, sep)
except Exception as exc:
print("Retrying marker.delay(). It failed to start: %s" % exc)


@app.on_after_configure.connect
def setup_periodic_tasks(sender, **kwargs):
sender.add_periodic_task(10, add.s(2, 2), expires=10)

0 comments on commit fd2f712

Please sign in to comment.