Skip to content

Omdat PHP geen (native) cronjob heeft, kan je met deze tool snel alsnog elke 60 seconde de Jotihunt API aanroepen.

License

Notifications You must be signed in to change notification settings

roothaan/jotihunt-sync-cronjob

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jotihunt Sync cronjob

  • Runs every minute (unless differently configured via syncFrequency)

Main entry point

Start the class JotihuntSync (currently in the default package for simplicity)

Configuration

Need system or JVM params:

  • username
    • Type: String
  • password
    • Type: String
  • endpoint (URL)
  • eventId
    • Type: Integer
    • example: 1
  • syncFrequency
    • Type: Integer
    • example: 5
    • Description: This sets the timeout between syncs in minutes. Defaults to 1.

About

Omdat PHP geen (native) cronjob heeft, kan je met deze tool snel alsnog elke 60 seconde de Jotihunt API aanroepen.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published