bin/cubicweb-ctl
author Alexandre Fayolle <alexandre.fayolle@logilab.fr>
Sat, 29 May 2010 09:57:02 +0000
branchstable
changeset 5602 277b15d6d3ed
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
forbid looping tasks with an interval of 0 This severly harm the server, and generally are the result of a baaad configuration file. We want to stop the server asap when this is detected to give people a chance to fix the configuration.

#!/usr/bin/env python
from cubicweb.cwctl import run
import sys
run(sys.argv[1:])