Allow to spawn tasks as daemons
Open
enhancement
- Dominant language
- Python
- Stars
- 3
- Forks
- 0
- Avg merge
- 3h 29m
- Merged PRs (30d)
- 5
Description
1. Create a new argument in `@task(` to run as a daemon
2. It should be able to get the logs of these tasks in a file (prints, logging)
3. Only one copy should be run at the same time.
4. Tasks should have their file descriptors properly handled.
- [ ] Research self-contained dependencies which could provide the functionality
Contributor guide
Assessment
This issue has not been assessed yet.