We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4996128 commit 605a2bdCopy full SHA for 605a2bd
README.md
@@ -146,6 +146,20 @@ framework:
146
CodeRhapsodie\DataflowBundle\MessengerMode\JobMessage: async
147
```
148
149
+### Exceptions mode
150
+Dataflow can save exceptions in any filesystem you want.
151
+This allows dataflow to save exceptions in filesystem instead of the database
152
+You have to install `league/flysystem`.
153
+
154
+To enable exceptions mode:
155
156
+```yaml
157
+code_rhapsodie_dataflow:
158
+ exceptions_mode:
159
+ type: 'file'
160
+ flysystem_service: 'app.filesystem' #The name of the \League\Flysystem\Filesystem service
161
+```
162
163
## Define a dataflow type
164
165
This bundle uses a fixed and simple workflow structure in order to let you focus on the data processing logic part of
0 commit comments