How to test a cron job in Local Server like WAMP?

后端 未结 10 2067
一生所求
一生所求 2020-12-31 06:06

How to test a cron job in Local Server like WAMP?

10条回答
  •  囚心锁ツ
    2020-12-31 06:49

    Simply run the job from the command line. It is the job that you're wanting to test, not cron itself. If you need to have it execute at periodic intervals to simulate cron, then use the Windows "Scheduled Tasks" facility

提交回复
热议问题