celery_zabbix changes
=====================

1.1.0 (2019-11-28)
------------------

- Make Python-3 compatible.
  You'll need a version of `zbxsend` that is py3 compatible as well,
  e.g. from https://github.com/pistolero/zbxsend/pull/9


1.0.4 (2019-06-26)
------------------

- Allow using agent config file and still overriding values on the commandline
  (Patch by Peter Radcliffe)


1.0.3 (2018-03-23)
------------------

- Close redis connection we use for queue length checking after use

- Catch exceptions in the dump_stats and check_queue_length threads


1.0.2 (2018-03-21)
------------------

- Be defensive about missing `task.runtime`


1.0.1 (2018-03-09)
------------------

- Fix typo in agent config parsing


1.0.0 (2018-03-06)
------------------

- Initial release
