omniscrapper / omniscrapper_hq

[Proof of concept][WIP] The UI for scrappers cluster management
5 stars 3 forks source link

Fix dry run #77

Open Mehonoshin opened 4 years ago

Mehonoshin commented 4 years ago

It does not work now, most probably the root cause it that it expects @handler variable to be defined, but it is not in the context of dry-run.

We can do handler invoke optional, and just return the result of scrapping from this method.

Or find some other way to pass block to this method