-
-
Notifications
You must be signed in to change notification settings - Fork 165
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
job manager takes a long time to load #2380
Comments
You could try installing |
By the way type |
It seems on Oracle Linux there is a package for sqlite 3. It is called |
OK, the package was |
Yeah, that seems to be a lot. It may be that you will need to use one of the other database backends for Minion. I suspect that |
So here are more detailed steps on setting up the webwork job queue to use the
At this point I recommend that you test the webwork2 job queue from the command line (not the systemctl service). For this run There is an issue though. The |
So, I'm not able to get
In that file that it says to look into:
So I think I'm stuck. |
Yeah, it does use |
Alternately, you could use |
It seems that |
That may have worked. I got to the point of running
That's where it is right now. |
It looks like it worked. You can use ctrl-c to kill it now. If it were running jobs you would see output in the terminal. Check that the tables were created in the database, but that should be it. |
OK, and all running now. Of course in this new database there are no jobs, so the page loads very fast :) |
Yeah, so you could try to dump the sqlite database and import that into the mysql database. To dump the sqlite database run
You should then see the file Either that or just wait, and let time tell. |
I dumped it OK, but having trouble importing it. There are grammar/syntax differences between sqlite and mysql. |
I didn't test that. I knew there might be issues. Well then time will tell. Although, since you can now monitor jobs, you can prevent them from building up. You must have had failed jobs, because jobs that complete successfully are automatically removed after two days. |
On my production server (now on
develop
with a few additional uncommitted changes) when I am in a course and try to go to the Job Manager, it takes a very long time to load. On the order of one minute. Eventually it loads, and for one course, it only had a few things to show.On my regular development server on
develop
, it does not take long at all to load this page.Is anyone else using a production server where the Job Manager is available? I can't see why my local uncommitted changes would affect this, so I am naturally wondering if there is something about the scale of everything in production could explain the slowdown.
The text was updated successfully, but these errors were encountered: