djcron-agent

Distributed cron manager agent


Keywords
distributed, cron
License
AGPL-1.0
Install
pip install djcron-agent==0.0.8

Documentation

DJCron Agent

This project is a component of the DJCron Project, a Distributed Cron application.

The goal of the DJCron Agent is to run a task and return the results and some statistics about the result.

STATUS

PACKAGE VERSION DOWNLOADS TESTS COVERAGE
DJCron Agent Latest PyPI version Number of PyPI downloads Travis results Coveralls results

Still under development, but already usable. Lots of features still to be added.

You can browse the code in the repository.

Installation

Just use pip:

pip install djcron-agent

It is already configured with basic settings to allow you to start using it. Just execute:

python manage.py celery worker --config=djcron_agent/settings --autoreload --queues=cron.agent

Easy!

Advisement

Remember this is just an agent. The DJCron Server is required in order to make any action.