
Change all functions to use ``set_last_processed_timestamp`` instead of ``set_state``, update the tests and remove the ``set_state`` function. Change-Id: I3ff5a8932165a8a1780ca7e3084a9819bba281ec
6 lines
154 B
YAML
6 lines
154 B
YAML
---
|
|
upgrade:
|
|
- |
|
|
The ``storage_state.set_state`` method has been removed in favor of the
|
|
``storage_state.set_last_processed_timestamp`` method.
|