Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Notifications: fix for long funning tasks
For some reason, rake command in form `<ENV_VAR> foreman-rake ...` started to ignore the ENV_VAR and the fix is to pass the ENV_VAR *after* the command, i.e. - `foreman-rake ... <ENV_VAR>`.
- Loading branch information