Omnix System
Project description
Omni (x)Extensions
Simple web application consuming the Omni API.
This application may be used as a supervisor of the Omni Platform to run tasks in an async fashion, this way it's possible to remove async tasks from the Omni core.
Usage
One must define a series of configuration values in order to correctly use the automated part of the omni extension (supervisor).
Name | Type | Default | Description |
---|---|---|---|
OMNIX_REMOTE | bool |
False |
If the remote URL should be used as the default one (legacy). |
OMNIX_USERNAME | str |
None |
The username to be used for authentication on the omni service. |
OMNIX_PASSWORD | str |
None |
The password value used in the authentication on the omni service, notice that this value will be sent in plain text (using an SSL encrypted connection). |
OMNIX_CLIENT_ID | str |
None |
The identifier of the Omni API client to be used for authentication. |
OMNIX_CLIENT_SECRET | str |
None |
The secret string to be used by the Omni API client for authentication. |
OMNIX_QUEUE | str |
omnix |
The name of AMQP queue that is going to be used. |
OMNIX_RECORD_CHUNK | int |
300 |
The size of record chunk to be used by the scheduler (use carefully to avoid memory issues). |
OMNIX_BIRTHDAY_TEMPLATE | str |
None |
If set allows for a remote definition of the base template to be used for email sending. |
REMOTE | bool |
False |
If the remove mode should be used (production URL creation). |
OMNIX_REMOTE | bool |
False |
Same as REMOTE . |
OMNIX_SCHEDULE | bool |
True |
If the scheduling (background) operations of the Omnix should be enabled (defaults to True ). |
REDIRECT_URL | str |
None |
The URL that will be used for OAuth2 based callbacks. |
Additionally one must also configure the MongoDB and RabbitMQ instances to be able to execute
the proper master and slave supervisors. For that use the MONGOHQ_URL
and CLOUDAMQP_URL
variables.
License
Omnix is currently licensed under the Apache License, Version 2.0.
Build Automation
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file omnix-0.3.6.tar.gz
.
File metadata
- Download URL: omnix-0.3.6.tar.gz
- Upload date:
- Size: 54.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.15.0 pkginfo/1.8.3 requests/2.27.1 setuptools/44.1.0 requests-toolbelt/1.0.0 tqdm/4.64.1 CPython/2.7.18
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 756cf6c1b2f896c9dbd039dc64729fafb73f6a66e7cba325b6569b4981f4a2ed |
|
MD5 | db2d4da615a0d968ee256814c7ba75ec |
|
BLAKE2b-256 | 9ce1ec945465d42e57b9f8155221db1aef7c54bed5e849a805b51cbe43f9b168 |
File details
Details for the file omnix-0.3.6-py2-none-any.whl
.
File metadata
- Download URL: omnix-0.3.6-py2-none-any.whl
- Upload date:
- Size: 99.8 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.15.0 pkginfo/1.8.3 requests/2.27.1 setuptools/44.1.0 requests-toolbelt/1.0.0 tqdm/4.64.1 CPython/2.7.18
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a87cf64d569a3f3faebe8d0b7f8d50866a56be86327826fd22171b0c93aac813 |
|
MD5 | 1cad88750c558ef5063da5c93b331bae |
|
BLAKE2b-256 | a3e8bd504482e5d93f424e1c5657b9c895157379b807bd9304e7a0cf0c64bde6 |