我正在开发一个在 Firebase 上运行的 NodeJS 应用程序,我需要安排一些电子邮件发送,为此我打算使用functions.pubsub.schedule。
事实证明,我需要在需要时取消这些工作,我想知道一些方法来识别它们以最终可能取消,以及一些有效地取消它们的方法。
有办法做到这一点吗?提前感谢
schedule node.js firebase google-cloud-functions
firebase ×1
google-cloud-functions ×1
node.js ×1
schedule ×1