module Task::Fetch::Fetcher
Direct including types
Defined in:
models/task/fetch/mixins/fetcher.crInstance Method Summary
-
#complete!
Sets the task to complete.
-
#failures(*args, **options)
Count of successive failures to fetch new objects.
-
#failures(*args, **options, &)
Count of successive failures to fetch new objects.
-
#interrupted?
Indicates whether the task was asynchronously set as complete.
-
#last_success_at(*args, **options)
Count of successive failures to fetch new objects.
-
#last_success_at(*args, **options, &)
Count of successive failures to fetch new objects.