Skip to content

Replace cron with script. Load env as variables

Kamil Mankowski requested to merge logging_in_cron into develop

Running scheduler with script acts similarly to the cronjob, but keeps the task outputs on the stdout, as well as a clean processes structure for Docker.

Loading enviromental variables with env_file setting allow restricting access to the sensitive .env file outside the container.

Merge request reports