How to run CRON job in AWS EC2

แชร์
ฝัง
  • เผยแพร่เมื่อ 18 พ.ย. 2024

ความคิดเห็น • 9

  • @lgcypower3670
    @lgcypower3670 5 ปีที่แล้ว +1

    Finally! I've been looking for a solution because crontab wasn't working in the cli. Thanks for posting!

  • @vivekbhadoria
    @vivekbhadoria 3 ปีที่แล้ว +4

    Great for a video but misleading for a CRON job. It is not a cron job - a program running indefinitely.

  • @Irzani938
    @Irzani938 4 ปีที่แล้ว +1

    isnt it if we install python, pip will be included as well?
    or this is because it is linux that separate python and pip comapred to windows?

    • @crunchmasterdeluxe
      @crunchmasterdeluxe  4 ปีที่แล้ว +1

      Exactly right. Installing python3 on Linux does not include pip. If you were to try running pip3 --version, you would get an error. On a Linux distribution, the order of operations is to install python3, and then curl bootstrap.pypa.io/get-pip.py -o get-pip.py. Check out what packaging.python.org/tutorials/installing-packages/ has to say about Linux for more information.

  • @madhav3444
    @madhav3444 3 ปีที่แล้ว

    the script is not running in the background . It stops when I hit (Ctrl + C) after the nohup command

  • @Avanthika667
    @Avanthika667 2 ปีที่แล้ว +1

    its not a cron job. its just running your program in the server even after terminating the ssh

  • @garyadamos
    @garyadamos 3 ปีที่แล้ว +3

    Not a cron job bro cmon...

  • @rolineo
    @rolineo 2 ปีที่แล้ว +1

    Waste of time