Skip to content

Include queue time and executing node in task-queued web interface message#36

Merged
clackner-gpa merged 1 commit intoUpdateMessagefrom
copilot/update-task-start-message
Feb 25, 2026
Merged

Include queue time and executing node in task-queued web interface message#36
clackner-gpa merged 1 commit intoUpdateMessagefrom
copilot/update-task-start-message

Conversation

Copy link
Contributor

Copilot AI commented Feb 20, 2026

The web interface message shown when a task is queued provided no information about when the task was queued or which node would execute it — critical context in pooled/multi-node deployments.

Changes

  • Downloader.csQueueTask() and QueueTasks(): Capture DateTime.UtcNow at queue time and resolve the executing node's display name from Program.Host.Model.Global.SystemName (falls back to Environment.MachineName when SystemName is unconfigured). Both are embedded in the ProgressUpdate message.

Result

Before:

Connection profile tasks queued at "Expedited" priority.

After:

Connection profile tasks queued at "Expedited" priority on node "MYNODE" at 2024-01-15 10:30:00.123 UTC.

Because QueueTasksByID is always called on the node that will execute the work (remote nodes receive the HTTP request and call locally), Program.Host.Model.Global.SystemName correctly reflects the executing node's identity.


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Copilot AI changed the title [WIP] Update task started message in web interface Include queue time and executing node in task-queued web interface message Feb 20, 2026
Copilot AI requested a review from clackner-gpa February 20, 2026 02:56
…s SystemName

Co-authored-by: clackner-gpa <52460212+clackner-gpa@users.noreply.github.com>
@clackner-gpa clackner-gpa force-pushed the copilot/update-task-start-message branch from c9a3dbe to ab01812 Compare February 25, 2026 20:55
@clackner-gpa clackner-gpa marked this pull request as ready for review February 25, 2026 20:55
@clackner-gpa clackner-gpa merged commit 9a5905a into UpdateMessage Feb 25, 2026
@clackner-gpa clackner-gpa deleted the copilot/update-task-start-message branch February 25, 2026 20:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants