TFS 清除通知作业队列 [英] TFS Clear Notification Job Queue

查看:37
本文介绍了TFS 清除通知作业队列的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

想知道如何清除通知作业队列.似乎在从 2013 年到 2017 年更新 TFS 后,一些电子邮件警报卡住了一段时间.是否可以清除所有通知队列?我是否只需要清除 tfs 配置数据库中的 tbl_JobQueue 以获取A4804DCF-4BB6-4109-B61C-E59C2E8A9FF7"电子邮件通知 JobID 还是还有其他内容?谢谢.

Was wondering how to clear notification job queue. Seems after updating TFS from 2013 to 2017 some of email alerts got stuck for a period of time. Is it possible to just clear all of the notification queue? Do I just need to clear tbl_JobQueue in tfs configuration DB for a 'A4804DCF-4BB6-4109-B61C-E59C2E8A9FF7' email notification JobID or is there something else? Thanks.

推荐答案

一般情况下,您需要清除 [Tfs_Configuration].[dbo].[tbl_JobQueue] 中的查询,以获取邮件通知 JobID 'A4804DCF-4BB6-4109-B61C-E59C2E8A9FF7'

Generally, you need to clear the queries from [Tfs_Configuration].[dbo].[tbl_JobQueue] for the email notification JobID 'A4804DCF-4BB6-4109-B61C-E59C2E8A9FF7'

如果有其他投递,也可以根据JobId相应清除查询:

If there are other deliveries, you can also clear the query based on the JobId accordingly:

'A96D6177-BEEF-477A-A2EE-2C31433214D0', -- 邮件、soap等发送

'A96D6177-BEEF-477A-A2EE-2C31433214D0', -- email, soap, etc. delivery

'A0C22F34-652E-4B9C-A06B-3F4AFE4BE458' -- 服务挂钩交付

'A0C22F34-652E-4B9C-A06B-3F4AFE4BE458' -- service hooks delivery

参见 解决 Visual Studio 团队服务和 TFS 通知/警报的问题

此外,如果需要,您还可以从集合 DB [Tfs_Collection].[dbo].[tbl_MailQueue] 中清除队列.

Besides, you can also clear the queues from collection DB [Tfs_Collection].[dbo].[tbl_MailQueue] if needed.

这篇关于TFS 清除通知作业队列的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆