#!/usr/bin/env python3 import time import os while True: os.system('python3 process_jobs.py') time.sleep(60)