Add a way to run jobs once at a particular time
Open
- Dominant language
- C
- Stars
- 3.9k
- Forks
- 260
- Avg merge
- 5d 5h
- Merged PRs (30d)
- 1
Description
It would be useful to have a way to schedule a job once at a specific time.
``` sql
SELECT cron.schedule(now(), 'SELECT do_job()');
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.