Skip to content

Latest commit

 

History

History
31 lines (27 loc) · 404 Bytes

File metadata and controls

31 lines (27 loc) · 404 Bytes

A Python script for scheduled execution of tasks

How to run Python

... > job_1()
... > job_2()
... > job_?()

python task_scheduling.py

How to configuration tasks.json

[
  {
    "metaData": {},
    "tasks": "..."
  },
  {
    "metaData": {},
    "tasks": "..."
  }
]

Structure :

├── task_scheduling.py
├── requirements.txt
├── tasks.json