We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
py.test:
(app_env) RMBP➜ redbeat git:(master) ✗ >py.test tests ======================================== test session starts ======================================== platform darwin -- Python 2.7.10, pytest-3.0.3, py-1.4.31, pluggy-0.4.0 rootdir: /Users/michael/Development/redbeat, inifile: plugins: catchlog-1.2.2, cov-2.3.1 collected 20 items
tests/test_entry.py .......... tests/test_json.py ...... tests/test_scheduler.py ... tests/test_utils.py .
celery beat:
[2016-10-10 01:15:23,716: INFO/MainProcess] Loading 0 tasks [2016-10-10 01:15:28,711: INFO/MainProcess] Loading 0 tasks [2016-10-10 01:15:33,707: INFO/MainProcess] Loading 0 tasks [2016-10-10 01:15:38,698: INFO/MainProcess] Loading 0 tasks [2016-10-10 01:15:43,691: INFO/MainProcess] Loading 0 tasks [2016-10-10 01:15:48,684: INFO/MainProcess] Loading 0 tasks
The text was updated successfully, but these errors were encountered:
redbeat is a variant of celery beat and can be configured and run the same way, as the standard beat client, http://docs.celeryproject.org/en/latest/userguide/periodic-tasks.html#entries
Sorry, something went wrong.
No branches or pull requests
py.test:
(app_env) RMBP➜ redbeat git:(master) ✗ >py.test tests
======================================== test session starts ========================================
platform darwin -- Python 2.7.10, pytest-3.0.3, py-1.4.31, pluggy-0.4.0
rootdir: /Users/michael/Development/redbeat, inifile:
plugins: catchlog-1.2.2, cov-2.3.1
collected 20 items
tests/test_entry.py ..........
tests/test_json.py ......
tests/test_scheduler.py ...
tests/test_utils.py .
celery beat:
[2016-10-10 01:15:23,716: INFO/MainProcess] Loading 0 tasks
[2016-10-10 01:15:28,711: INFO/MainProcess] Loading 0 tasks
[2016-10-10 01:15:33,707: INFO/MainProcess] Loading 0 tasks
[2016-10-10 01:15:38,698: INFO/MainProcess] Loading 0 tasks
[2016-10-10 01:15:43,691: INFO/MainProcess] Loading 0 tasks
[2016-10-10 01:15:48,684: INFO/MainProcess] Loading 0 tasks
The text was updated successfully, but these errors were encountered: