
This is not yet working, it's just a direct copy of the Manager of Flamenco 2, with Logrus replaced by Zerolog. The API has been documented in flamenco-manager.yaml as a starting point for the integration.
12 lines
418 B
Markdown
12 lines
418 B
Markdown
# Ideas for the future
|
|
|
|
In no particular order:
|
|
|
|
- Remove testing endpoints (including the dummy JWT token generation).
|
|
- Monitor free harddisk space for checkout and file storage directories.
|
|
- Graceful shutdown:
|
|
* Close HTTP server while keeping current requests running.
|
|
* Complete currently-running checkouts.
|
|
* Maybe complete currently running file uploads?
|
|
- Automatic cleanup of unfinished uploads.
|