diff --git a/TODO.md b/TODO.md index 76429a93..37cfbe83 100644 --- a/TODO.md +++ b/TODO.md @@ -375,10 +375,14 @@ try: import uwsgi to know its running uwsgi # make exceptions fot check origin shit # rename virtual_maps to virtual_alias_maps and remove virtual_alias_domains ? +# virtdomains file is not ideal, prevent fake/error on domains there! and make sure this file is required! + # Message last_retry auto_now doesn't work! -# LOCK beat lockfile +# LOCK beat lockfile, all tasks (monitors, billing (or unique number will fuck the transaction?)) + +# don't block on beat, and --report periodic tasks # Deprecate restart/start/stop services (do touch wsgi.py and fuck celery) diff --git a/setup.py b/setup.py index 7e7cdf9e..4b7c64d6 100644 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ setup( include_package_data = True, scripts=[ 'orchestra/bin/orchestra-admin', - 'orchestra//bin/orchestra-beat', + 'orchestra/bin/orchestra-beat', ], packages = packages, classifiers = [