/Task-Scheduling

A Python script for scheduled execution of tasks

Primary LanguagePython

A Python script for scheduled execution of tasks

How to run Python

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

python main.py

How to configuration tasks.json

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

Structure :

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