module Task::Fetch::Fetcher

Direct including types

Defined in:

models/task/fetch/mixins/fetcher.cr

Instance Method Summary

Instance Method Detail

def complete! #

Sets the task to complete.


[View source]
def failures(*args, **options) #

Count of successive failures to fetch new objects.


[View source]
def failures(*args, **options, &) #

Count of successive failures to fetch new objects.


[View source]
def interrupted? #

Indicates whether the task was asynchronously set as complete.


[View source]
def last_success_at(*args, **options) #

Count of successive failures to fetch new objects.


[View source]
def last_success_at(*args, **options, &) #

Count of successive failures to fetch new objects.


[View source]