Mailinglist Archive: opensuse-buildservice (170 mails)
< Previous | Next > |
RE: [opensuse-buildservice] /monitor page shows wrong info about workers
- From: "Ed Bartosh" <ed.bartosh@xxxxxxxxxxxxxxx>
- Date: Tue, 20 Mar 2012 12:35:36 +0200
- Message-id: <021501cd0685$3193a8b0$94bafa10$@bartosh@linux.intel.com>
Hi,
If monitor can possible show incorrect info without delayed job why it's not
running in default obs installation then?
Regards,
Ed
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@xxxxxxxxxxxx
To contact the owner, e-mail: opensuse-buildservice+owner@xxxxxxxxxxxx
quite2.0.5 to 2.3. The /monitor page would show that builds were running for
I found the same problem when I upgraded my local OBS instance from
more than 32+ hrs, whereas, on the backend, no real jobs were running -
/srv/obs/jobs/<arch>/ was empty.
/srv/www/obs/api/app/controllers/status_controller.rb, "workerstatus"
I later found out that in
is written to cache without any expiry timeout.
To solve this, in my local instance I changed the following code:
I think your problem is as well the not running delayed job. It feeds
the cache, so it is not necessary for the webui to do it. Which can create
some load if many people do it in parallel.
If monitor can possible show incorrect info without delayed job why it's not
running in default obs installation then?
Regards,
Ed
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@xxxxxxxxxxxx
To contact the owner, e-mail: opensuse-buildservice+owner@xxxxxxxxxxxx
< Previous | Next > |