abhirockzz / accs-worker-redis

Worker Application on Oracle Application Container Cloud with Redis

Home Page:https://medium.com/oracledevs/worker-applications-on-oracle-application-container-cloud-f449eaa77c39

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Worker Application on Oracle Application Container Cloud with Redis

https://medium.com/oracledevs/worker-applications-on-oracle-application-container-cloud-f449eaa77c39

License:GNU General Public License v3.0


Languages

Language:Java 100.0%