Ziinc
Ziinc
@s0kil could you give some info on how you are working around the downloading of files now?
@oltarasenko I will implement a generic supervised task execution process as mentioned here https://github.com/oltarasenko/crawly/pull/88#issuecomment-626103255 for pipelines to hook into.
Did you get this logged? https://github.com/elixir-crawly/crawly/blob/c02e408dc84754bf8903515a9906c36ee51d04c0/lib/crawly/manager.ex#L216 If so, then you can disable the itemcount_timeout by setting it to false or a very high number.
It could be that there are no tables found. On Mon, Apr 2, 2018 at 1:30 AM Spearman17 wrote: > I am getting this error message: > > Traceback (most...
Ah I see, I could only check on an empty staging instance because the vercel prod preview link isn't working. Would either need to update the types to have an...
This has since been resolved.
Hi if you are facing this particular error, please copy-paste the logflare docker container logs and open a separate issue. There is insufficient information for any meaningful debugging at the...
It's a bug due to the stored pg url, there is currently no updating done on startup . Thanks @encima for getting this on my radar.
Recommended fix for now if you don't want to remove your docker volume is to update the stored pg url in the `backends` table under the analytics schema
@nuno84 PR is appreciated. The entire `Request` gets copied to the `Response` struct, so adding in the second argument to `parse_item` callback is unnecessary. I would suggest using the `metadata`...