Quantum v2.3.4 Quantum.Storage.Noop View Source
Empty implementation of a Quantum.Storage.Adapter
.
Link to this section Summary
Functions
Save new job in storage
Delete new job in storage
Load saved jobs from storage
Load last execution time from storage
Purge all date from storage and go back to initial state
Change Job State from given job
Update last execution time to given date
Link to this section Functions
Save new job in storage.
Callback implementation for Quantum.Storage.Adapter.add_job/2
.
Delete new job in storage.
Callback implementation for Quantum.Storage.Adapter.delete_job/2
.
Load saved jobs from storage
Returns :not_applicable
if the storage has never received an add_job
call or after it has been purged.
In this case the jobs from the configuration weill be loaded.
Callback implementation for Quantum.Storage.Adapter.jobs/1
.
Load last execution time from storage
Returns :unknown
if the storage does not know the last execution time.
In this case all jobs will be run at the next applicable date.
Callback implementation for Quantum.Storage.Adapter.last_execution_date/1
.
Purge all date from storage and go back to initial state.
Callback implementation for Quantum.Storage.Adapter.purge/1
.
Change Job State from given job.
Callback implementation for Quantum.Storage.Adapter.update_job_state/3
.
Update last execution time to given date.
Callback implementation for Quantum.Storage.Adapter.update_last_execution_date/2
.