Closed samplerr closed 8 years ago
Currently we use overtone/at-at to schedule alias rotation. This has two drawbacks:
overtone/at-at
SIGHUP
riemann provides scheduling capabilities through service! see e.g. periodically-expire. We should definitely use that instead.
service!
periodically-expire
Fixed by 83622d4
Currently we use
overtone/at-at
to schedule alias rotation. This has two drawbacks:SIGHUP
riemann provides scheduling capabilities through
service!
see e.g.periodically-expire
. We should definitely use that instead.