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
- Host: GitHub
- URL: https://github.com/schettino72/huey_consumer_subprocess
- Owner: schettino72
- Created: 2021-02-12T22:19:00.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-02-12T22:20:37.000Z (over 4 years ago)
- Last Synced: 2025-01-31T17:59:23.216Z (4 months ago)
- Topics: huey, python
- Language: Python
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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