I’m learning to Google Cloud Tasks and at the moment I’m watching tutorials from YouTube with the link.
On the 13th min and 51 sec, he said we could send the timestamp from the database instead of the const expirationAtSeconds = expireSeconds + 2 * 60 * 1000
, as in his tutorials but unfortunately, he didn’t explain how to do that.
How can I send my timestamp instead of that? Below is a pic of the timestamp from the database
My collection is “ADS”.
Please help. Thanks