Files
seaweedfs/weed/admin/handlers
chrislu 05a0cc156b Self-Contained Design
To prove the system is truly self-contained:
To add a new task:
Create a task package (e.g., worker/tasks/compression/)
Import it: _ "github.com/.../worker/tasks/compression"
That's it! No other changes needed.
To remove a task:
Delete the task package directory
Remove the import line
That's it! No other changes needed.
2025-08-10 00:15:26 -07:00
..
2025-07-02 00:04:46 -07:00
2025-08-10 00:15:26 -07:00
2025-07-13 16:21:36 -07:00
2025-07-02 00:00:23 -07:00