Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hivesolutions/hello-appier
Simple hello world application for Appier
https://github.com/hivesolutions/hello-appier
appier example hello test
Last synced: 2 days ago
JSON representation
Simple hello world application for Appier
- Host: GitHub
- URL: https://github.com/hivesolutions/hello-appier
- Owner: hivesolutions
- Created: 2016-02-13T14:20:01.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-03-14T06:20:18.000Z (10 months ago)
- Last Synced: 2025-01-10T04:56:57.293Z (8 days ago)
- Topics: appier, example, hello, test
- Language: Python
- Homepage: http://hello_appier.hive.pt
- Size: 28.3 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hello Appier
Simple hello world application for [Appier](http://appier.hive.pt).
## Configuration
| Name | Type | Description |
| ----- | ----- | ----- |
| **HELLO_ENABLED** | `bool` | If the async HTTP client requests started as scheduler should be enabled (defaults to `True`). |
| **HELLO_REQUESTS** | `int` | Number of HTTP client requests to be performed as part of the initial scheduler (defaults to `100`). |
| **HELLO_ASSET** | `str` | The HTTP URL that is going to be used for the initial client testing (defaults to `https://httpbin.org/image`). |
| **HELLO_LEAK** | `bool` | If HTTP client memory leaking metrics should be gathered (defaults to `False`). |
| **HELLO_GC** | `bool` | If a garbage collection operation should be performed after execution of the HTTP client operations (defaults to `False`). |
| **HELLO_UNSAFE** | `bool` | If the unsafe operation should be allowed (defaults to `False`). |