Metadata-Version: 2.1
Name: seed-scheduler
Version: 0.10.3
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 :: 3.6
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: Django (==2.2.8)
Requires-Dist: djangorestframework (==3.9.1)
Requires-Dist: coreapi (==2.3.3)
Requires-Dist: dj-database-url (==0.5.0)
Requires-Dist: psycopg2 (==2.7.6.1)
Requires-Dist: raven (==6.9.0)
Requires-Dist: django-filter (==2.0.0)
Requires-Dist: celery (==3.1.24)
Requires-Dist: django-celery (==3.2.2)
Requires-Dist: django-rest-hooks (==1.5.0)
Requires-Dist: crontab (==0.22.4)
Requires-Dist: seed-services-client (==0.37.0)
Requires-Dist: django-prometheus (==1.0.15)

==============
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.


