Schedule another val to run in the future #162
cjpais
started this conversation in
Feature Request
Replies: 1 comment 1 reply
-
I'd probably just run a cron and check "if now is after (some date) then run the code" |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Was doing something like this in a project, where I didn't want to have a cron job specifically, but have GPT pick a time in the future to schedule something. Then have that code run at that time in the future. Curious if this could be done with val, maybe reusing some of the existing cron logic
Beta Was this translation helpful? Give feedback.
All reactions