Python Forum
How to order the Cronjobs to avoid overlap or conflict
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to order the Cronjobs to avoid overlap or conflict
#1
I am running two cronjobs for python script every 5 minutes on ubuntu system, both are running successfully but not in the same order. when I checked log I found that some times second job ran first and some times befor completing first job second job triggered.Is there any way I can schedule in such a way that 2nd job should start after completing first job and both should run every 5 mins.
 

 
*/5 * * * * cd path/to/script && /usr/bin/python3 comand.py -pgw y */5 * * * * cd path/to/script && /usr/bin/python3 comand.py -px y
Reply
#2
*/5 * * * * cd path/to/script && /usr/bin/python3 comand.py -pgw y && /usr/bin/python3 comand.py -px y
Almost dead, but too lazy to die: https://sourceserver.info
All humans together. We don't need politicians!
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Folium: Conflict with Font Awesome Kit jgomes_eu 0 1,221 Apr-23-2022, 03:18 PM
Last Post: jgomes_eu
  Tkinter text overlap Frankduc 3 2,994 Apr-01-2022, 08:02 PM
Last Post: deanhystad
  Exercise List Overlap Damian 7 3,156 Apr-02-2021, 07:39 AM
Last Post: Damian
  Rotated Rectangle overlap using Shapely pyNew 0 1,709 Feb-25-2021, 04:54 AM
Last Post: pyNew
  possible ctypes and numpy conflict? herbal_rage 0 3,148 Apr-16-2020, 11:35 AM
Last Post: herbal_rage
  Python 2.7 Import error. Directory and filename conflict petcoo00 2 2,384 Feb-02-2020, 08:46 PM
Last Post: snippsat
  PyInstaller and RStudio conflict rowdy 2 3,164 Jun-22-2019, 03:19 PM
Last Post: rowdy
  Conflict? Why? bkpsusmitaa 2 2,755 Sep-28-2018, 06:02 AM
Last Post: bkpsusmitaa
  Can OpenGL object be overlap? hsunteik 4 5,102 Jan-19-2017, 02:43 PM
Last Post: Windspar

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020