Files
twenty/packages/twenty-server
martmullandGitHub 9b41a3be54 Add cron trigger table (#14110)
This Pr begins the extensibility journey
- adds a `core.cronTrigger` table
- add a oneToMany relation between core.serverlessFunction and
`core.cronTrigger` (one serverlessFunction can be triggered by multiple
cronTriggers)
- add a job to trigger a serverless function
- adds a cron to trigger serverlessFunction (via the trigger job) based
on the core.cronTrigger.setting.pattern
- adds a command to register the cron
- add the command in `cron-register-all.command.ts`
2025-08-28 14:47:48 +02:00
..
2025-08-19 19:22:13 +02:00
2025-08-08 16:21:57 +02:00
2025-08-28 14:47:48 +02:00
2025-08-28 13:21:26 +02:00
2025-07-24 15:33:24 +02:00
2025-08-11 14:10:04 +02:00