Configures a recurring job in Encore.ts using the cron syntax your backend needs. Handles both simple intervals (every 1h) and complex schedules (0 9 * * 1).
Best for: Backend engineers wiring up a periodic task without looking up cron syntax docs.
Creator's repository · encoredev/skills
License: Apache-2.0