Support scheduled jobs for databases
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 37.4k
- Forks
- 3k
- Avg merge
- 1d 3h
- Merged PRs (30d)
- 73
Description
What problem will this feature address?
Support ad-hoc cron jobs for database services. A use case could be to refresh materialised views without needing to rely on third-party tools like pg_cron.
Describe the solution you'd like
Add a "scheduled jobs" tab similar to applications and compose services.
Describe alternatives you've considered
Using pg_cron or some third party scheduler.
Using scheduled jobs at the server level.
Will you send a PR to implement it?
No
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No files or tests are named. Start by tracing how scheduled jobs are exposed for applications and compose services, then map the database-service UI and scheduler entry points. Done means database services have a scheduled jobs tab that supports ad-hoc cron jobs such as refreshing materialised views without third-party tools.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- postgresql, typescript
- Domain
- backend, databases
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Active
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100