Skip to content

Releases: teamclairvoyant/airflow-scheduler-failover-controller

v1.0.9

24 Aug 16:18
c78be83
Compare
Choose a tag to compare

What's Changed

v1.0.8

26 Jan 18:43
ebfecb6
Compare
Choose a tag to compare
  • 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)

v1.0.7

04 Jan 17:57
3644c74
Compare
Choose a tag to compare

Disable SSL Verify for Airflow API Request

v1.0.6

30 Nov 16:21
351e5a8
Compare
Choose a tag to compare

Added feature to poll the health URL to ensure the Scheduler is Healthy
Updating Documentation in README

v1.0.5

19 Aug 13:41
a17ba29
Compare
Choose a tag to compare
  • Fixed Python 3 issue - TypeError: a bytes-like object is required, not 'str'

v1.0.4

26 Jun 13:24
78f39ca
Compare
Choose a tag to compare
  • Added Support for Python 3

v1.0.3

25 Apr 18:55
2a4bd76
Compare
Choose a tag to compare

Added virtualenv support

v1.0.2

06 Mar 18:35
fd61903
Compare
Choose a tag to compare

Changed package name from airflow to apache-airflow
Updated default airflow to v1.8.1

v1.0.1

13 Dec 17:36
Compare
Choose a tag to compare

Includes:
updated Systemd services options
Created scripts to deploy Systemd Services
Fixing issue with running sudo command via ssh
Updated documentation (setup instructions and others)

v1.0.0

28 Nov 18:35
Compare
Choose a tag to compare

First full release of the scheduler failover controller. Takes v0.0.1 and makes it more readable, easier to deploy, easier to run, debug, and configure.