This repository has been archived by the owner on Jan 23, 2019. It is now read-only.
Releases: appscode/g2
Releases · appscode/g2
Release 0.5.1
Download Docker image:
docker pull appscode/gearmand:0.5.1
Features
- Fixes robfig/cron bug that causes multiple invocation of scheduled function.
- Build binary inside Alpine Docker image.
- Updated chart to point to 0.5.1 release.
Release 0.5.0
Download Docker image:
docker pull appscode/gearmand:0.5.0
Features
- Make idiomatic use of time.Duration for Client.ResponseTimeout (#28). Before
ResponseTimeout
was treated in msec. If you changed the default timeout, please update your code accordingly.
Release 0.4.0
Download Docker image:
docker pull appscode/gearmand:0.4.0
Features
- Introduce monitoring via Prometheus. Metrics are available on
web.addr
host under/metrics
path - Uses run sub command for running server.
Release 0.3.0
Features:
- Reschedule worker, server & clients should stuck workers.
lastcall
removed, rt.Error is logged.