Files
seaweedfs/weed/command
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-08-10 00:15:26 -07:00
2025-06-03 22:46:10 -07:00
2024-07-16 23:14:09 -07:00
2021-09-01 02:45:42 -07:00
2025-03-29 21:12:06 -07:00
2022-02-27 03:03:19 -08:00
2022-08-31 23:16:05 -07:00
2019-11-28 18:44:27 -08:00
2025-07-02 18:03:17 -07:00
2025-07-09 09:02:26 -07:00
2025-06-03 22:46:10 -07:00
2024-07-16 09:15:55 -07:00
2025-03-29 21:12:06 -07:00
2025-06-03 22:50:45 -07:00
2025-06-26 11:09:17 -07:00
2025-06-03 22:46:10 -07:00
2025-08-10 00:15:26 -07:00