ccin2p3 / samplerr

Round robin timeseries middleware based on riemann and elasticsearch
Eclipse Public License 1.0
15 stars 4 forks source link

Use riemann's scheduling instead of at-at #3

Closed samplerr closed 8 years ago

samplerr commented 8 years ago

Currently we use overtone/at-at to schedule alias rotation. This has two drawbacks:

  1. pulls in another dependency
  2. we don't properly reload on SIGHUP

riemann provides scheduling capabilities through service! see e.g. periodically-expire. We should definitely use that instead.

faxm0dem commented 8 years ago

Fixed by 83622d4