Metadata-Version: 1.1
Name: cinq-scheduler-sqs
Version: 1.0.1
Summary: SQS Based Scheduler for Cloud Inquisitor
Home-page: https://github.com/RiotGames/cinq-scheduler-sqs/
Author: Riot Games Security
Author-email: security@riotgames.com
License: License :: OSI Approved :: Apache Software License
Description-Content-Type: UNKNOWN
Description: ******************
        cinq-scheduler-sqs
        ******************
        
        ===========
        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             | False                                | bool   | Enable SQS based scheduler                                                                                 |
        +---------------------+--------------------------------------+--------+------------------------------------------------------------------------------------------------------------+
        | queue_region        | us-west-2                            | string | Region of the SQS Queues                                                                                   |
        +---------------------+--------------------------------------+--------+------------------------------------------------------------------------------------------------------------+
        | status_queue_url    |                                      | string | URL of the SQS Queue for worker reports                                                                    |
        +---------------------+--------------------------------------+--------+------------------------------------------------------------------------------------------------------------+
        | job_delay           | 2                                    | float  | Time between each scheduled job, in seconds. Can be used to avoid spiky loads during execution of tasks    |
        +---------------------+--------------------------------------+--------+------------------------------------------------------------------------------------------------------------+
        
Keywords: cloud security inquisitor
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.5
Classifier: Programming Language :: Python :: 3.6
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
