W3Cschool
恭喜您成為首批注冊用戶
獲得88經驗值獎勵
有時您想執(zhí)行長時間運行的函數,并且不想等待響應。 ?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。
選擇描述、要運行的Job并在需要時提供參數
當您配置好您的工作后,您可以通過按右下角的“Schedule”來確認它。
Copyright©2021 w3cschool編程獅|閩ICP備15016281號-3|閩公網安備35020302033924號
違法和不良信息舉報電話:173-0602-2364|舉報郵箱:jubao@eeedong.com
掃描二維碼
下載編程獅App
編程獅公眾號
聯系方式:
更多建議: