Zenysis / Harmony

The Harmony Analytics Platform (Harmony), developed by Zenysis Technologies, helps make sense of messy data by transforming, cleaning and enriching data from multiple sources. https://www.zenysis.com/#harmony
GNU Affero General Public License v3.0
31 stars 14 forks source link

Convenience bash file for running pipeline in a cronjob #134

Closed Sybrand closed 2 months ago

Sybrand commented 3 months ago

Summary: An easy mechanism for running the pipeline in a cronjob is required.

Test Plan:

rsync .env.harmony.pipeline docker-compose.pipeline.yaml <user>@<server>:/home/ubuntu/Harmony/
rsync --mkpath prod/cron/pipeline.sh <user>@<server>:/home/ubuntu/Harmony/prod/cron/pipeline.sh
ssh <user>@<server>
# test it:
ZEN_ENV=harmony_demo /home/ubuntu/Harmony/prod/cron/pipeline.sh
# edit crontab
crontab -e
0 1 * * SUN ZEN_ENV=mols /home/ubuntu/Harmony/prod/cron/pipeline.sh
linear[bot] commented 3 months ago

DEL-554

okumujustine commented 3 months ago

DEL-554

@Sybrand , Any chance this Issue/Card can be accessible outside Zenysis?

Sybrand commented 3 months ago

DEL-554

@Sybrand , Any chance this Issue/Card can be accessible outside Zenysis?

I'm afraid not @okumujustine ;

okumujustine commented 3 months ago

DEL-554

@Sybrand , Any chance this Issue/Card can be accessible outside Zenysis?

I'm afraid not @okumujustine ;

Okay, thank you for the feedback