Skip to content

abhirockzz/accs-worker-redis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build

  • git clone https://github.com/abhirockzz/accs-worker-redis.git
  • mvn clean install - creates accs-worker-redis.zip in the target directory

Run locally

java -jar accs-worker-redis.jar

Deploy to Oracle Application Container Cloud

  • Install PSM CLI
  • Fill up Redis connectivity details in deployment.json
  • Execute psm accs push -n workedup -r java -s hourly -m manifest.json -d deployment.json -p target/accs-worker-redis.zip

For details