Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 258 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 258 Bytes

kronos

Kronos enables you to trigger https requests at specific times It uses the cron syntax for the timings

Jobs are configured like this

NAME test get
CRON * * * * *
GET https://konek.to


NAME test post
CRON * * * * *
POST https://konek.to