Recovery
Description of guide
Steps
- Deploy a dataflow with recovery enabled
waxctl df deploy simple_slow.py --platform --recovery=true
Show the state https://dashboard.my-company.com/
Delete the dataflow
waxctl df rm --name bytewax --yes
- Show that the dataflow is not anymore in the dashboard
https://dashboard.my-company.com/
- Deploy the dataflow again
waxctl df deploy simple_slow.py --platform --recovery=true
- Show the state again