Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates to add credentials folder and clean up REDCap cron #54

Merged
merged 2 commits into from
Sep 3, 2021

Conversation

kcmcg
Copy link
Contributor

@kcmcg kcmcg commented Aug 24, 2021

Noticed after multiple restarts that the crontab file ends up with multiple copies of the REDCap cron, which causes several copies to run simultaneously. Also had issues with the Timezone on the cron container not matching the one on web and DB.

Another use case I had was storing API credentials and wanted them outside the webroot, so added a new volume to store them.

kcmcg added 2 commits August 24, 2021 15:16
Fix docker-cron to use .env's TZ and to only add REDCap cron to crontab once
Copy link
Owner

@123andy 123andy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! I thought that I had a script to set the timezone in the cron based on the .env timestamp, but can't recall and am too lazy to check. No harm in adding it here for now...

@123andy 123andy merged commit 1556295 into 123andy:master Sep 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants