R Max Espinoza
R Max Espinoza
Related https://github.com/rolando/scrapy-redis/issues/50
From https://github.com/rolando/scrapy-redis/issues/37#issuecomment-193811100
In a high load environment, where spiders can be killed due to memory issues, the DB can get corrupted. It would be nice to load to override the DB via...
Hi! I couldn't find a way to get a `timedelta` from a string like `3 hours ago` rather than a `datetime`. The use case is: I have a column `when`...
Hi all, Since version `0.7.16`, `jsonschema` [has been pinned to 3.2.0](https://github.com/v7labs/darwin-py/commit/3c57d6622ba5b6fc41babf4a2629c1157e74c7ac) which causes a version conflict with other package ([asdf](https://github.com/asdf-format/asdf/blob/master/pyproject.toml#L23)) in our stack that relies on `jsonschema>=4.0`. Is it possible...
There are several cases that cause to fail silently and return nothing. Ideally, we should be able to propagate somehow the exceptions.