File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
DependencyInjection/Compiler Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 1+ # 1.0.3
2+ - :wrench : Fix context & other objects being shared between executions when using Messenger.
3+
14# 1.0.2
2- - :wrench : Fix incase of failire etl execution being duplicated and loosing logs and files.
5+ - :wrench : Fix incase of failure etl execution being duplicated and loosing logs and files.
36
47# 1.0.1
58- :wrench : Fix etl execution not reloaded from database at end of process. This is necessary if the doctrine memory is flushed in the etl process.
Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ public function process(ContainerBuilder $container)
3030
3131 // Using public for performance. We should use lazy loading later on which would give same performance.
3232 $ chainDefinition ->setPublic (true );
33+ $ chainDefinition ->setShared (false );
3334 }
3435
3536 $ chainProcessorManager ->setArgument ('$definitions ' , $ chainsString );
You can’t perform that action at this time.
0 commit comments