snsary.sources.poller

Module Contents

class snsary.sources.poller.Poller(*, period_seconds)

Bases: snsary.system.Service

property period
start()

Called synchronously by the system module as part of program startup.

stop()

Called asynchronously by the system module when a program is stopping. The execution will eventually time out to ensure the overall program stops in good time.

tick(**kwargs)