A simple word count program built with ZIO and Apache Beam/Scio that demonstrates retry logic and error handling.
- Counts words in a text file using Apache Beam
- Built with ZIO for functional effect management
- Includes retry logic with fixed delays
- Simulates random failures for testing resilience