class SyncRecentGithubJob

Defined in:

jobs/sync_recent_github_job.cr

Class Method Summary

Macro Summary

Instance Method Summary

Class Method Detail

def self.job_type : String #

[View source]

Macro Detail

macro job_name #

[View source]
macro run_every(interval) #

[View source]

Instance Method Detail

def build_job_run #

[View source]
def perform #
Description copied from class Mosquito::Job

abstract, override in a Job descendant to do something productive


[View source]