Conversation
Signed-off-by: SirGankalot <73303677+SirGankalot@users.noreply.github.com>
Signed-off-by: SirGankalot <73303677+SirGankalot@users.noreply.github.com>
Signed-off-by: SirGankalot <73303677+SirGankalot@users.noreply.github.com>
Signed-off-by: SirGankalot <73303677+SirGankalot@users.noreply.github.com>
Signed-off-by: SirGankalot <73303677+SirGankalot@users.noreply.github.com>
ashiven
left a comment
There was a problem hiding this comment.
Es ist leider genau das passiert was ich befürchtet hatte. Du wirst mit update messages zugespamt weil eine message für jedes update in der update queue generiert wird.
Es wäre glaube ich am besten wenn man eine message für das zuletzt gestartete update pro worker generiert und in der message noch zusätzlich sagt für welche dependency das update genau ist.
Signed-off-by: SirGankalot <73303677+SirGankalot@users.noreply.github.com>
There was a problem hiding this comment.
Ich hab es mal so getestet:
- Update auf einem worker gestartet
- Seite neu geladen
- Update auf neuem worker gestartet
Einerseits müsste man vom dependency type noch den richtigen namen verwenden mit worker_update.get_dependency_type_display() und vielleicht müsste man doch update_pool[-1] anzeigen da ja in den screenshots noch das alte update angezeigt wird obwohl schon ein neues gequeued wurde
|
Ja ok hatte ich ja befürchtet das es -1 wird alles klar wird geändert |
Signed-off-by: SirGankalot <73303677+SirGankalot@users.noreply.github.com>
Signed-off-by: SirGankalot <73303677+SirGankalot@users.noreply.github.com>
Signed-off-by: SirGankalot <73303677+SirGankalot@users.noreply.github.com>
What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)
feature
What is the current behavior? (You can also link to an open issue here)
Some notifications but not all
What is the new behavior (if this is a feature change)? If possible add a screenshot.
The update start, finish and failure will be notified to the user via a notification
Does this PR introduce a breaking change? (What changes might users need to make in their application due to this PR?)
No
Other information: