.................... * only save job on task in drain if re-enqueuing * add semaphore timeout to drains * add key count to ``log_redis_info``
0.10.1
.................... * correct format of ``log_redis_info``
0.10.0
.................... * log redis version when starting worker, fix 64 * log "connection success" when connecting to redis after connection failures, fix 67 * add job ids, for now they're just used in logging, fix 53
0.9.0
................... * allow set encoding in msgpack for jobs 49 * cron tasks allowing scheduling of functions in the future 50 * **Breaking change:** switch ``to_unix_ms`` to just return the timestamp int, add ``to_unix_ms_tz`` to return tz offset too
................... * add ``async-timeout`` dependency * use async-timeout around ``shadow_factory`` * change logger name for control process log messages * use ``Semaphore`` rather than ``asyncio.wait(...return_when=asyncio.FIRST_COMPLETED)`` for improved performance * improve log display * add timeout and retry logic to ``RedisMixin.create_redis_pool``