ibnesayeed / linkextractor

A Docker tutorial using a link extraction application example
https://training.play-with-docker.com/microservice-orchestration/
MIT License
51 stars 55 forks source link

Fix linkextractor.rb file writing #15

Closed Privat33r-dev closed 6 months ago

Privat33r-dev commented 6 months ago

File wasn't flushed before, so all the changes were kept only in Ruby's cache. After flushing file will be cached in OS and written ASAP.

Prior to the change, only after closing the app, you could see changes in application.log.

Privat33r-dev commented 6 months ago

Duplicate of #14