Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gitaaron/slow-pipeline

A standalone scrapy project that reproduces item bubbling due to slow processing in the pipeline.
https://github.com/gitaaron/slow-pipeline

Last synced: about 2 months ago
JSON representation

A standalone scrapy project that reproduces item bubbling due to slow processing in the pipeline.

Awesome Lists containing this project

README

        

# Slow Pipeline Demo

This is a standalone scrapy project that demonstrates what happens if persisting items in the item pipeline takes longer than the rate of extraction.

## To run

Execute : ./run_demo.py

## To monitor bubbling items

You can use the trackref module either through the telnet console or via another means.