Closed nietaki closed 7 years ago
Implementation detail ideas:
crawl_with_stats(source, parser_logic, options \\ []) :: {flow, ref}
:simple_one_for_one
{:stats, PID}
Working on it in https://github.com/nietaki/crawlie/tree/stats
Stats to track (?)
:ready | :working | :finished
Implementation detail ideas:
crawl_with_stats(source, parser_logic, options \\ []) :: {flow, ref}
:simple_one_for_one
StatsSupervisor as part of Crawlie app{:stats, PID}
tuple?) to send the stats updates from the Flow and for retrieving the stats from the Supervisor children.