Create a scheduledevent using a timestamp?
# workers-help
s
I am trying to think of how to make an api endpoint to expire information from my kv store. For example, during the creation of an auth token, I would like to have a piece of code which creates a scheduledevent to execute at a certain epoch; It seems like the only way to do something similar to this is using cron triggers. Is there a way to do it programmatically?
h
#960679900929478666 is probably what you are looking for
s
thanks i'll take a look if that can help