mchirico / ts-express

Typescript/Express/Angular starter project
https://tsexpress.cwxstat.io
Apache License 2.0
1 stars 0 forks source link

Tasks/Cron? Is it needed? #40

Open mchirico opened 4 years ago

mchirico commented 4 years ago

You can't set timers for 20m, 30m... maybe maybe anything outside of 2 minutes on a cloud function. Instead, you'll need to use some type of cron job. (This may not be true... need to find out)

schedule-cloud-functions-firebase-cron

Or, maybe tasks

docs...

gcloud tasks queues create septapig
tacomonkautobot[bot] commented 4 years ago

mchirico, Thanks for opening this issue!