recursive setTimeout with async await

后端 未结 0 1722
死守一世寂寞
死守一世寂寞 2021-01-25 03:07

I\'m running a setTimeout, recursively, so i only want to call the API 1 time per minute.

Here is my code:

;(async function ticker (minutes) {
  try {
             


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题