I have job(script) which is written in nodejs.
I have another API which writes data (Id and time-t1) to the Cloud Spanner. As soon as the API is a hit I want to run the same job at given time-t1 and pass id as parameter
Can I write some code in my API which will trigger the job at a given time (Note - for a single hit on API job should run job only once). I tried searching on the net but could only find periodic scheduler.
T1. Then I would like to run the same task again at specific timeT2. TimeT1andT2are not known beforehand. They are user-configurable. I don't think cloud task provides this functionality. - Ankur VermaT1? Note: The timeT1is configurable through API, not known beforehand. - Ankur Verma