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

Fix meza maint runJobs; make work on polylith #711

Open
jamesmontalvo3 opened this issue May 26, 2017 · 0 comments
Open

Fix meza maint runJobs; make work on polylith #711

jamesmontalvo3 opened this issue May 26, 2017 · 0 comments

Comments

@jamesmontalvo3
Copy link
Contributor

/opt/src/scripts/meza.py has, within the meza_command_maint_runJobs function:

	shell_cmd = ["WIKI="+anywiki, "php", "/opt/meza/src/scripts/runAllJobs.php"]

This file, /opt/meza/src/scripts/runAllJobs.php does not exist anymore. It was moved (and likely modified) to /opt/.deploy-meza/runAllJobs.php. A simple fix for monolithic installs should be to change the path.

For non-monoliths this will need to be changed. The controller, which is where meza maint runJobs would be run, needs to use Ansible to communicate with app servers and tell them to run jobs. Additionally it should be possible to target specific app servers to do the jobs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
v1.0.0
Not required for production
Development

No branches or pull requests

1 participant