New workergroups configuration UI (dashboard)#172
Open
DasFranck wants to merge 19 commits intopricingassistant:0.9.xfrom
Open
New workergroups configuration UI (dashboard)#172DasFranck wants to merge 19 commits intopricingassistant:0.9.xfrom
DasFranck wants to merge 19 commits intopricingassistant:0.9.xfrom
Conversation
…dashboard/static/js/views/jobs.js)
sylvinus
reviewed
Jul 5, 2017
|
|
||
| } else if (action == "move") { | ||
|
|
||
| var queue = prompt("Test"); |
mrq/basetasks/utils.py
Outdated
| self.collection.update({ | ||
| "_id": {"$in": jobs_by_queue[queue]} | ||
| }, {"$set": updates}, multi=True) | ||
|
|
Contributor
There was a problem hiding this comment.
utiliser le code de "requeue" plutôt que tout dupliquer
sylvinus
reviewed
Jul 5, 2017
mrq/job.py
Outdated
| self._attach_original_exception(exc) | ||
| self.requeue(queue, retry_count) | ||
| raise exc | ||
|
|
sylvinus
reviewed
Jul 5, 2017
| var data = _.clone(this.filters); | ||
|
|
||
| if (action == "move") { | ||
| data["destination_queue"] = prompt("Enter destination queue"); |
Contributor
There was a problem hiding this comment.
faire comme en dessous, ne rien faire si data["destination_queue"] est vide
e5164e1 to
d3db499
Compare
…tic/js/views/jobs.js)
…s/workergroups.js)
…configuration UI)
This was referenced Jul 11, 2017
…oard - Worker group configuration UI)
…y,tasks/general.py)
|
What happened with this PR? Looked promising. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Plus: