0.0
No commit activity in last 3 years
No release in over 3 years
Rails Engine that provides workers implemented as http streaming requests.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

~> 3.2
>= 2.0.0.pre.8
 Project Readme

Streamworker

A Rails Engine for using http streaming requests to perform long-running tasks. This allows avoiding the overhead of background workers on cloud providers.

This probably only makes sense when the long-running tasks are long-running because they do a lot of waiting, ie, they consume a third-party api which is the source of slowness.

This plugin was extracted from our Shopify apps.

Build Status

Coverage Status