bin/cubicweb-ctl
author Denis Laxalde <denis.laxalde@logilab.fr>
Wed, 29 Mar 2017 11:37:31 +0200
branch3.25
changeset 12111 cd069068a5ef
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[server] Warn instead of failing when a looping task is registered and repo has no scheduler We should provide a way for client code to detect if they should register the looping task or not. See next patch for that.

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