Skip to content

aminehsan/Task-Scheduling

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A Python script for scheduled execution of tasks

Topics

Resources

Stars

Watchers

Forks

Languages