Henare Degan
Henare Degan
It could say, "There are 3 scrapers ahead of you", or "The estimated wait time is 3 minutes".
And don't use a really common home network by default. This took me ages to debug. After running a scraper with the latest code the scraper couldn't connect to the...
`[Morph/production] Faraday::SSLError: SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed` ## Backtrace ``` line 7 of [PROJECT_ROOT]/app/workers/deliver_webhook_worker.rb: perform ``` [View full backtrace and more info at honeybadger.io](https://app.honeybadger.io/projects/35868/faults/30376380)
We should split https://morph.io/scrapers/running into Active (currently running on Sidekiq), Enqueued (enqueued on Sidekiq), and Dead (scraper status is running but not on the queue). We've just added a view...
When you click run on a scraper there's a delay of several seconds (or so it seems to me) before the page responds. I'm guessing this is the delay while...
We just had a big queue backlog. 5 background workers were busy running `Runs` that were marked as finished. I'm not sure how that got tangled up but I don't...
This is causing the queue to build up because the workers take forever to finish running scrapers. Right now there's 63 scrapers queued but only 2 containers actually running. Extracted...
## Backtrace line 13 of [PROJECT_ROOT]/app/admin/docker_containers.rb: block (3 levels) in line 11 of [PROJECT_ROOT]/app/admin/docker_containers.rb: map line 11 of [PROJECT_ROOT]/app/admin/docker_containers.rb: block (2 levels) in [View full backtrace and more info at...
Not a huge issue. I _think_ I just saw this but it's very weird: - Scrape something - Delete the database - Start a run - During that run the...
@tmtmtmtm [reported](https://help.morph.io/t/error-255-and-no-data/269) that: > https://morph.io/tmtmtmtm/argentina-diputados-wikidata keeps failing "with status code 255". It's not obvious at all what's going on here, but whatever it is seems to leave the database in...