Skip to content

Using beego toolbox task to initiate cron jobs like functions.

Notifications You must be signed in to change notification settings

sigitisme/cron-jobs-like

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

cron-jobs-like

Using beego toolbox task to initiate cron jobs like functions.

by sigitisme

  • perMinuteTask -> runs every minutes but starts only if the second is 00
  • perSecondTask -> runs every seconds and starts immediately

since it only works if the app runs continously, func main() must use looping. for {} and beego.Run() works both.

About

Using beego toolbox task to initiate cron jobs like functions.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages