Metadata-Version: 2.1
Name: asos-fail
Version: 1.0.1
Summary: ASOS executor plugin for raising exceptions
Home-page: https://github.com/python-asos/
Author: Pavel Kim
Author-email: hello@pavelkim.ru
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# asos-fail
ASOS executor plugin that fails occasionally

## Parameters

You can configure the executor by setting the following parameters in the task:

```json
"fail_period": N
```

## ASOS Task example

```json
{
  "task_type": "fail",
  "task_interval": 20,
  "fail_period": 5
}
```


