| Class | Ruote::StorageHistory |
| In: |
lib/ruote/log/storage_history.rb
|
| Parent: | Object |
Logs the ruote engine history to the storage underlying the worker.
Warning : don‘t use this history implementation when the storage is HashStorage. It will fill up your memory… Keeping history for a transient ruote is a bit overkill (IMHO).
| DATE_REGEX | = | /!(\d{4}-\d{2}-\d{2})!/ |
The history system doesn‘t implement purge! so that when purge! is called on the engine, the history is not cleared.
Call this dangerous clear! method to clean out any history file.