Skip to content
This repository has been archived by the owner on Sep 13, 2020. It is now read-only.
/ tweetsched-cron Public archive

Cron jobs service for the Scheduled Tweets service

License

Notifications You must be signed in to change notification settings

Tweetsched/tweetsched-cron

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status MIT licensed

tweetsched-cron

Cron jobs service for the Scheduled Tweets service.

Requirements:

  • Java 8 or higher
  • Gradle 4.8 or higher

How to build:

gradle release -DbuildNumber=<<<desired_number_of_build>>>

How to run locally:

  • Configure next app properties in "tweetsched.properties" file:
    • cron-expression
    • redis-url
    • redis-port
    • redis-password
    • publisher-url
    • publisher-token
    • publisher-secret
  • Copy "tweetsched.properties" file to folder with jar file
  • Run java -jar build/libs/tweetsched-cron-1.<<<desired_number_of_build>>>.jar