[Bug 61387] Provide a way to revert to the old on-request job queue handling

2014-04-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=61387

--- Comment #9 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 124470 merged by jenkins-bot:
Added $wgRunJobsAsync to allow running jobs the old way

https://gerrit.wikimedia.org/r/124470

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 61387] Provide a way to revert to the old on-request job queue handling

2014-04-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=61387

Jesús Martínez Novo (Ciencia Al Poder) martinezn...@gmail.com changed:

   What|Removed |Added

 Status|PATCH_TO_REVIEW |RESOLVED
 Resolution|--- |FIXED

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 61387] Provide a way to revert to the old on-request job queue handling

2014-04-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=61387

--- Comment #7 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 124470 had a related patch set uploaded by Martineznovo:
Added $wgRunJobsAsync to allow running jobs the old way

https://gerrit.wikimedia.org/r/124470

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 61387] Provide a way to revert to the old on-request job queue handling

2014-04-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=61387

Gerrit Notification Bot gerritad...@wikimedia.org changed:

   What|Removed |Added

 Status|NEW |PATCH_TO_REVIEW

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 61387] Provide a way to revert to the old on-request job queue handling

2014-04-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=61387

Jesús Martínez Novo (Ciencia Al Poder) martinezn...@gmail.com changed:

   What|Removed |Added

   Assignee|wikibugs-l@lists.wikimedia. |martinezn...@gmail.com
   |org |
   Target Milestone|--- |1.23.0 release

--- Comment #8 from Jesús Martínez Novo (Ciencia Al Poder) 
martinezn...@gmail.com ---
It's critical to have this in 1.23 release

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 61387] Provide a way to revert to the old on-request job queue handling

2014-03-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=61387

Jesús Martínez Novo (Ciencia Al Poder) martinezn...@gmail.com changed:

   What|Removed |Added

   Keywords||easy
   Priority|Low |High

--- Comment #6 from Jesús Martínez Novo (Ciencia Al Poder) 
martinezn...@gmail.com ---
Sorry to disagree with you about the priority, but those new changes introduce
new problems and now it's even difficult to revert to the old queue.

For 1.22 one could set $wgPhpCli to false (while potentially breaking other
things, although on 1.22 there seems to be no other functionality using that
variable). But for 1.23 there's no way to disable this behavior

Also, this is easy, since it only needs wrap the code inside
if ($wgNewVariable) { ... }

and add a else with the old code.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 61387] Provide a way to revert to the old on-request job queue handling

2014-03-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=61387

Andre Klapper aklap...@wikimedia.org changed:

   What|Removed |Added

   Keywords|easy|
   Priority|Unprioritized   |Low
   Target Milestone|1.22.x release  |---

--- Comment #5 from Andre Klapper aklap...@wikimedia.org ---
(In reply to Aaron Schulz from comment #3)
 This was all redone a second time in
 https://gerrit.wikimedia.org/r/#/c/113038/ with one more follow up in
 https://gerrit.wikimedia.org/r/#/c/116058/ to shore up some edge cases.
 
 Ideally MW just falls back if it can't do it in the background rather than
 needed a config var.

...which makes this request a low priority, I guess.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 61387] Provide a way to revert to the old on-request job queue handling

2014-02-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=61387

--- Comment #4 from Jesús Martínez Novo (Ciencia Al Poder) 
martinezn...@gmail.com ---
This feature should be called experimental, or beta, and be able to fall
back to the old one easily, for at least one major version, until we're sure it
doesn't break havoc as the 1.22 does. This feature isn't extensively tested
until it's released on a major version, because WMF wikis don't use it, and we
probably want to support those third party users out there rather than offering
them a broken product.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 61387] Provide a way to revert to the old on-request job queue handling

2014-02-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=61387

Aaron Schulz aschulz4...@gmail.com changed:

   What|Removed |Added

 CC||aschulz4...@gmail.com

--- Comment #3 from Aaron Schulz aschulz4...@gmail.com ---
This was all redone a second time in https://gerrit.wikimedia.org/r/#/c/113038/
with one more follow up in https://gerrit.wikimedia.org/r/#/c/116058/ to shore
up some edge cases.

Ideally MW just falls back if it can't do it in the background rather than
needed a config var.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 61387] Provide a way to revert to the old on-request job queue handling

2014-02-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=61387

Andre Klapper aklap...@wikimedia.org changed:

   What|Removed |Added

   Priority|High|Unprioritized

--- Comment #1 from Andre Klapper aklap...@wikimedia.org ---
What is the difference towards fixing bug 46934?

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 61387] Provide a way to revert to the old on-request job queue handling

2014-02-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=61387

--- Comment #2 from Jesús Martínez Novo (Ciencia Al Poder) 
martinezn...@gmail.com ---
(In reply to Andre Klapper from comment #1)
 What is the difference towards fixing bug 46934?

bug 46934 may or may not describe one of the problems already identified in
[1].

This bug is to introduce a $wg variable to provide a way to revert to the old
way of running jobs from the queue on page requests, and not having to set
$wgPhpCli to false, pontentially breaking something else.

Note that the problems with the new job queue handling were introduced in 1.22
(that's why Priority was set to High), while bug 46934 is marked as affecting
1.21, so it may have nothing to do with this one.



[1]
https://www.mediawiki.org/wiki/Manual:Job_queue#Changes_introduced_in_MediaWiki_1.22

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 61387] Provide a way to revert to the old on-request job queue handling

2014-02-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=61387

Jesús Martínez Novo (Ciencia Al Poder) martinezn...@gmail.com changed:

   What|Removed |Added

   Priority|Unprioritized   |High

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l