project8 / dripline-python

python implementation of project8/dripline
Other
2 stars 0 forks source link

cleanup scheduler class #17

Closed laroque closed 7 years ago

laroque commented 7 years ago

The scheduler class was written considering only the case of sensor loggers and the implementation is overly specific to that case. The scheduler should just handle calling a method on some fixed interval in a way that leverages the async timers in pika rather than with a blocking loop:

wcpettus commented 7 years ago

fixed in v3.5.5 by PR #18