Skip to content
/ kron Public

Schedule jobs by programatically requesting webhooks ๐Ÿ•’

License

Notifications You must be signed in to change notification settings

jajoosam/kron

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

51 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation


Schedule jobs by programatically requesting webhooks ๐Ÿ”— ๐Ÿ•’ ๐Ÿ˜ฎ


kron lets you schedule get requests to your server - which can be extremely useful for deployments on platforms such as repl.it, glitch, now, heroku - and any place where your applications may sleep, preventing you from using inbuilt timer functions.

kron is not meant to maintain uptime for your application, rather to schedule processes to occur within the precision of ~1s - opening up the possibility of cron jobs ๐Ÿค–

example: POST https://kron.4ty2.fun/new

1 hour after this request is sent, https://example.com/sendEmail will recieve a POST request from https://kron.4ty2.fun.

{
  "url": "https://example.com/sendEmail",
  "duration": "1 hour",
  "method": "POST",
  "payload":{
    "username": "johnDoe",
    "ID": "3wr12rfcewu"
  }
}

Full documentation on https://kron.4ty2.fun/docs ๐Ÿ’ฏ

Is kron useful to you? Consider helping out on patreon ๐Ÿ˜„

About

Schedule jobs by programatically requesting webhooks ๐Ÿ•’

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •