Are There Any Cron Jobs Alternative?

前端 未结 8 2076
礼貌的吻别
礼貌的吻别 2020-12-09 19:43

Cron Jobs are closed on my server and server admin doesn\'t accept open it. Because , cron jobs slowing server etc. So, i need an alternative.

I have to run a php fi

8条回答
  •  慢半拍i
    慢半拍i (楼主)
    2020-12-09 19:55

    You can do it using AWS Lambda. Using Amazon Web Services (AWS) we could move all of our cron jobs inside an EC2 Linux server. Move Your Cron Jobs to Serverless in 3 Steps: https://thenewstack.io/move-your-cron-jobs-to-serverless-in-3-steps

提交回复
热议问题