-
Notifications
You must be signed in to change notification settings - Fork 202
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[New Feature] #343
Comments
+1 |
@cwang9208 ive created a code that does that for me check this out next run time
last run time
POSTGRES
|
@marcoslot @marcocitus Is it possible to calculate the next run date using the entry data structure in pg_cron's source code? Could you please help. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
would be great to have a column called next_runtime or a way to calculate next run time like
select cron.next_runtime('* * * * *')
The text was updated successfully, but these errors were encountered: