W3Cschool
恭喜您成為首批注冊(cè)用戶
獲得88經(jīng)驗(yàn)值獎(jiǎng)勵(lì)
有時(shí)您想執(zhí)行長時(shí)間運(yùn)行的函數(shù),并且不想等待響應(yīng)。 ?Cloud Jobs
? 就是為此而生的。
在您的云功能中定義Job。
Moralis.Cloud.job("myJob", (request) => {
// params: passed in the job call
// headers: from the request that triggered the job
// log: the Moralis Server logger passed in the request
// message: a function to update the status message of the job object
const { params, headers, log, message } = request;
message("I just started");
return doSomethingVeryLong(request);
});
您可以通過單擊右上角的“Schedule a job”在儀表板的“Jobs”部分安排Job。
選擇描述、要運(yùn)行的Job并在需要時(shí)提供參數(shù)
當(dāng)您配置好您的工作后,您可以通過按右下角的“Schedule”來確認(rèn)它。
Copyright©2021 w3cschool編程獅|閩ICP備15016281號(hào)-3|閩公網(wǎng)安備35020302033924號(hào)
違法和不良信息舉報(bào)電話:173-0602-2364|舉報(bào)郵箱:jubao@eeedong.com
掃描二維碼
下載編程獅App
編程獅公眾號(hào)
聯(lián)系方式:
更多建議: