Metadata-Version: 2.0
Name: seed-scheduler
Version: 0.9.2
Summary: Seed Scheduler mircoservice
Home-page: http://github.com/praekelt/seed-scheduler
Author: Praekelt.org
Author-email: dev@praekelt.org
License: BSD
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Framework :: Django
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: Django (==1.9.12)
Requires-Dist: djangorestframework (==3.3.2)
Requires-Dist: dj-database-url (==0.3.0)
Requires-Dist: psycopg2 (==2.6.2)
Requires-Dist: raven (==5.32.0)
Requires-Dist: django-filter (==0.12.0)
Requires-Dist: whitenoise (==2.0.6)
Requires-Dist: celery (==3.1.24)
Requires-Dist: django-celery (==3.1.17)
Requires-Dist: redis (==2.10.5)
Requires-Dist: pytz (==2015.7)
Requires-Dist: django-rest-hooks (==1.3.1)
Requires-Dist: crontab (==0.20.5)
Requires-Dist: go-http (==0.3.0)
Requires-Dist: drfdocs (==0.0.11)

==============
Seed Scheduler
==============

The Seed Scheduler is one of the microservices in the Seed Stack.

The Scheduler has the following key responsibilities:

- Allow other services to create scheduled callbacks via the API.
- At the scheduled time, call the configured URLs with the configured payload.


