Actions
Refactor #22887
closedRefactor the persistence initialization code to reflect the changes in dynflow
Description
We should override persistence_class
instead of initialize_persistence
to minimize the amount of things we override. As part of adding mutliple-queues support, we needed to change the signature of initialize_persistence
and overriding just the class method would be better.
Actions