Grant Jordan
How can I upgrade Timescale DB?
At present, my version of Timescale DB on the postgres instance is 2.1.1.
I would like to upgrade it to the current version, but I need access to the docker container it is running in.
Is there anyway to update the timescale db instance?
8 replies
Scheduling Jobs to run far in the future
Hey there, I have a Typescript project running on Railway.
I am looking to dynamically schedule a task to happen in the future, but I can't seem to find a solution (although I know there are many).
For Example, a user creates a new account, and in 3 days exactly from the creation time an email is sent.
I understand that I can schedule a cron task with node-chron, but my code is running in short-lived containers.
How should I go about scheduling jobs far into the future with a Typescript project on Railway ?
3 replies