-
Notifications
You must be signed in to change notification settings - Fork 6
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
running slowly on ubuntu 12.04 #8
Comments
Hi @heqiqi could you please describe what action is slow? Did you run it inside a vm or docker container? |
loading home page is fast, but when i clicked one project name, the web loading is too slow. |
Thanks for the answer, currently we are including a database into jobcontrol, so i think this will get faster with the next release. But currently i don't have a time when this release will be ready. Do you have configured many jobs for this project? |
#15 might fix a "slowness" issue. The reason Minion::Backend::File was removed was because it was "unusably slow":
@heqiqi have you tried using a different minion backend, say, Minion::Backend::SQLite? I don't think there is a way to use a different minion backend out-of-the-box by using a config parameter. Instead, you'll have to modify
Make sure you make a backup of your current |
This issue has been addressed on the master branch yesterday (by allowing the specification of other backends and by supporting more modern Minion versions; modern versions have completely deprecated (and even removed) Minion::Backend::File). |
I installed the jobcontrol by following command, but it runs slowly on my box (ubuntu 12.04).
deb http://rex.linux-files.org/ubuntu/ trusty rex
wget -O - http://rex.linux-files.org/DPKG-GPG-KEY-REXIFY-REPO | apt-key add -
apt-get install cpanminus libdatetime-perl gcc make automake m4 bison flex git rex rex-jobcontrol
is there any additional settings in installation?
The text was updated successfully, but these errors were encountered: