Sign inSign up

paradoxical/aetr

By paradoxical

•Updated over 8 years ago

Application Execution Task Runner

Image
0

486

paradoxical/aetr repository overview

AETR is an API Execution Task Runner. Basically its there to manage a workflow of calling API's in a particular step for you.

https://github.com/paradoxical-io/aetr⁠

⁠Requirements

AETR needs a postgres 10+ backing DB. Point the JDBC url to it via env vars:

docker run -it -p 9999:9999 \
  -e DB_JDBC_URL=jdbc:postgresql://db:5432/aetr \
  --network aetr_default \
  paradoxical/aetr:1.0-SNAPSHOT server

Other configuration options can be seen in the conf file⁠

JVM args can be passed to aetr for JVM tuning via the JVM_ARGS environment variable.

Tag summary

Content type

Image

Digest

Size

135.9 MB

Last updated

over 8 years ago

docker pull paradoxical/aetr