Skip to content

Fixes whenever in production for a multitenancy setup

Larissa Reis requested to merge larissa/noosfero:whenever-multitenancy into master

Each cronjob has to run for all production environments. Currently they are only running for the environment named production so it doesn't work in a multitenancy setup.

I use whenever --update-crontab to append jobs for each environment, using the environment name as a whenever identifier, and then I have to clean the crontab of each environment generated jobs using the same identifier.

Merge request reports