First release.
Includes base functionality to control and check if the Scheduler is running. Supports multiple types of metastores and provides an easy way to install and configure.
- updated Systemd services options
- Created scripts to deploy Systemd Services
- Fixing issue with running sudo command via ssh
- Updated documentation (setup instructions and others)
- The package name was changed from
airflow
toapache-airflow
- Added virtualenv support
- Added Support for Python 3
- Fixed Python 3 issue -
TypeError: a bytes-like object is required, not 'str'
- Added feature to poll the health URL to ensure the Scheduler is Healthy
- Updating Documentation in README
- Disabled SSL verify for Airflow API Request
- Exit code fix when SSHing onto another node
- Increase default polling frequency from 10 to 60 seconds
- Add support for conifguring SCHEDULER_RESTART_SLEEP_TIME (default: 35 seconds)
- Wait before checking scheduler has started on the standby node
- Disable strict host checking when SSHing