Skip to content
New issue

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

how to add tasks? #40

Closed
zinwalin opened this issue Oct 9, 2016 · 1 comment
Closed

how to add tasks? #40

zinwalin opened this issue Oct 9, 2016 · 1 comment

Comments

@zinwalin
Copy link

zinwalin commented Oct 9, 2016

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

@sibson
Copy link
Owner

sibson commented Oct 14, 2016

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

@sibson sibson closed this as completed Oct 26, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants