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 refactor: attachment service part2 2025-06-18 00:09:19 +08:00
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 feat: generate thumbnails for images stored in S3 and generate thumbnails with a maximum size (#5179) 2025-10-23 21:29:22 +08:00
webhook chore: fix linter 2025-06-24 21:55:27 +08:00