Open prafulbusa opened 5 months ago
@prafulbusa A queued job is a job that has not been handed by a job handler yet. It's waiting to be processed (and its progress is appropriately 0%). The job handler is responsible for processing the job, including updating the activity in the Activity Log and responding to user input from the actions. Neither a Refresh button nor a Cancel button would be useful, because queued jobs have not been handed over to a job handler to do those things.
Perhaps we need to investigate why these queued jobs aren't getting processed. Can you provide your app logs (Help > Open Logs Directory)?
We may also just need to implement cancelation for disk activities. But again, refresh won't make much sense here.
@richardmsft please simply worry about the cancel. There is no concept of refresh we can implement here.
Preflight Checklist
Problem
Just copying managed disk/blob from one subscription to another and there is no way to cancel that queued job/items. Cancel option is showing for on going operation where Refresh button is also missing because it's usually sometime shows the copy transfer speed but now it's shows 0% stuck
Desired Solution
put the cancel button below "revel in Explorer" where the jobs are queued and put the refresh button next to on going operation
Alternatives and Workarounds
none
Additional Context
No response