【发布时间】:2012-11-12 08:48:06
【问题描述】:
我正在将我的 PNS 从 php 转移到 Azure 移动服务。在 PHP 中,我必须编写一个脚本来读取一些 html 页面并每 10 分钟将消息推送到注册设备。
如何使用 Azure 移动服务做到这一点?
【问题讨论】:
标签: azure push-notification azure-mobile-services
我正在将我的 PNS 从 php 转移到 Azure 移动服务。在 PHP 中,我必须编写一个脚本来读取一些 html 页面并每 10 分钟将消息推送到注册设备。
如何使用 Azure 移动服务做到这一点?
【问题讨论】:
标签: azure push-notification azure-mobile-services
我不确定您是否仍在寻找答案,但 Azure 移动服务已添加 scheduled jobs in the latest release。截至目前,我认为您可以每 15 分钟运行一次后台作业的最快间隔,即使这样,也只有在您在预留实例上运行移动服务时才可以。
【讨论】:
此时,您无法编写计划作业(每 X 分钟运行一次)以在 Azure 移动服务中运行。我将此作为建议添加到要实施的Azure Mobile Services UserVoice。
【讨论】: