struct Service::WorkerLoop

Overview

This service runs in the background and schedules commands.

Defined in:

service/worker_loop.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new #

[View source]

Instance Method Detail

def execute(action) #

[View source]
def listen_for_notifications #

[View source]
def metrics_schedule : Int32 #

[View source]
def perform #

[View source]
def running? : Bool #

[View source]
def scheduled(scheduled_time : Time, &) #

[View source]
def stop #

[View source]
def sync_interval : Int32 #

[View source]