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

https://github.com/schettino72/huey_consumer_subprocess

A Huey consumer that executes tasks in a subprocess
https://github.com/schettino72/huey_consumer_subprocess

huey python

Last synced: 2 months ago
JSON representation

A Huey consumer that executes tasks in a subprocess

Awesome Lists containing this project

README

        

This is an alternative huey Consumer where each task is executed in a subprocess.
Main goal is avoiding memory leaks.

This was discussed in #251[1] & #261[2].

[1] https://github.com/coleifer/huey/issues/251
[2] https://github.com/coleifer/huey/issues/261