Metadata-Version: 2.1
Name: probator-scheduler-sqs
Version: 1.0.2
Summary: SQS Based Scheduler for Probator
Home-page: https://github.com/bunjiboys/probator-scheduler-sqs/
Author: Asbjorn Kjaer
Author-email: bunjiboys+probator@gmail.com
License: License :: OSI Approved :: Apache Software License
Description: # probator-scheduler-sqs
        
        Please open issues in the [Probator](https://gitlab.com/probator/probator/issues/new?labels=scheduler-sqs) repository
        
        ## Description
        
        This scheduler takes care of scheduling the actual SQS messaging and tracks the status of the jobs as workers are executing said jobs.
        
        ## Configuration Options
        
        | Option name           | Default Value | Type      | Description                                                                                   |
        |-----------------------|---------------|-----------|-----------------------------------------------------------------------------------------------|
        | enabled               | True          | bool      | Enable SQS based scheduler                                                                    |
        | queue\_region         | us-west-2     | string    | Region of the SQS Queues                                                                      |
        | status\_queue\_url    | *None*        | string    | URL of the SQS Queue for worker reports                                                       |
        | job\_delay            | 2             | float     | Seconds between scheduled jobs. Can be used to avoid spiky loads during execution of tasks    |
        
        This project is based on the work for [Cloud Inquisitor](https://github.com/RiotGames/cloud-inquisitor) by Riot Games
        
Keywords: cloud security
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: System Administrators
Classifier: Intended Audience :: Information Technology
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3.7
Classifier: Framework :: Flask
Classifier: Framework :: Sphinx
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: Unix
Classifier: Environment :: Console
Classifier: Natural Language :: English
Classifier: Topic :: Security
Classifier: Topic :: Utilities
Requires-Python: ~=3.7
Description-Content-Type: text/markdown
Provides-Extra: test
Provides-Extra: dev
