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

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

问题描述

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

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 ',-电子邮件,肥皂等。

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

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

请参见解决与以下问题有关的问题Visual Studio Team Services和TFS通知/警报

此外,您还可以清除集合DB <$ c中的队列$ c> [Tfs_Collection]。[dbo]。[tbl_Mai lQueue] (如果需要)。

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

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

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