feat: add daily, hourly, weekly, and monthly reminder email jobs; remove signing reminder job

This commit is contained in:
Ephraim Atta-Duncan
2025-04-15 09:22:49 +00:00
parent 5840796945
commit 7c234edf87
8 changed files with 291 additions and 172 deletions

View File

@ -112,7 +112,10 @@ export class InngestJobProvider extends BaseJobProvider {
return {
wait: step.sleep,
logger: {
...ctx.logger,
info: ctx.logger.info,
error: ctx.logger.error,
warn: ctx.logger.warn,
debug: ctx.logger.debug,
log: ctx.logger.info,
},
runTask: async (cacheKey, callback) => {