Skip to content

Commit 605a2bd

Browse files
committed
* Add possibility to save exceptions in file
1 parent 4996128 commit 605a2bd

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,20 @@ framework:
146146
CodeRhapsodie\DataflowBundle\MessengerMode\JobMessage: async
147147
```
148148

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+
149163
## Define a dataflow type
150164

151165
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

Comments
 (0)