Closed oltarasenko closed 4 months ago
Crawly's Engine could not start with a new version of Elixir, due to the fact that Crawly.Utils.list_spiders() was taking too long (and probably could not be loaded) I have moved this operation to a handle_continue, so the App starts normally
Crawly.Utils.list_spiders()
Finished in 11.3 seconds (0.7s async, 10.6s sync) Randomized with seed 51908
:white_check_mark: 0 failures (132 tests) :white_check_mark: 77.06% coverage (75% is the minimum)
Crawly's Engine could not start with a new version of Elixir, due to the fact that
Crawly.Utils.list_spiders()
was taking too long (and probably could not be loaded) I have moved this operation to a handle_continue, so the App starts normally