crawlee-python icon indicating copy to clipboard operation
crawlee-python copied to clipboard

feat: Key-value store context helpers

Open janbuchar opened this issue 4 months ago • 1 comments

  • This adds a get_key_value_store(id, name) context helper to BasicCrawlingContext
  • Also, push_data calls are held until the request handler terminates successfully (same as in JS version)
    • This is necessary for adaptive crawling (#249), among other things

janbuchar avatar Oct 10 '24 13:10 janbuchar