lib/dynflow/simple_world.rb in dynflow-0.2.0 vs lib/dynflow/simple_world.rb in dynflow-0.3.0
- old
+ new
@@ -4,9 +4,10 @@
super options_hash
at_exit { self.terminate.wait } if options[:auto_terminate]
# we can check consistency here because SimpleWorld doesn't expect
# remote executor being in place.
self.consistency_check
+ self.execute_planned_execution_plans
end
def default_options
super.merge(pool_size: 5,
persistence_adapter: PersistenceAdapters::Sequel.new('sqlite:/'),