module CrystalTask::Worker::ClassMethods

Defined in:

crystal_task/worker.cr

Instance Method Summary

Instance Method Detail

def cron : String | Nil #

[View source]
def new_job(**args) #

[View source]
def perform_async!(**args) #

Queue this job


[View source]
def periodic : Time::Span | Nil #

[View source]
def queue : String #

[View source]
def retries : Int64 #

[View source]