memos/plugin
Johnny 5828f34aae feat: implement scheduler plugin
- Added `scheduler` package with core functionalities for job scheduling.
- Implemented job registration, execution, and graceful shutdown mechanisms.
- Introduced middleware support for logging, recovery from panics, and timeout handling.
- Developed cron expression parser to support both 5-field and 6-field formats.
- Created comprehensive integration and unit tests for scheduler, job definitions, middleware, and parser functionalities.
- Enhanced logging capabilities to track job execution and errors.
2025-12-20 15:43:25 +08:00
..
cron chore: fix some typos in comments (#5332) 2025-12-11 07:50:16 +08:00
email feat: add Email Plugin with SMTP functionality 2025-12-20 14:23:15 +08:00
filter fix(postgres): update tag filtering SQL to ensure proper type casting for LIKE comparisons 2025-11-26 23:04:07 +08:00
httpgetter
idp feat(auth): add PKCE support and enhance OAuth security 2025-12-01 00:04:26 +08:00
markdown fix(markdown): fix UTF-8 truncation for CJK characters in snippet generation 2025-11-26 07:34:28 +08:00
scheduler feat: implement scheduler plugin 2025-12-20 15:43:25 +08:00
storage/s3
webhook