TFS 清除通知作业队列

TFS Clear Notification Job Queue(TFS 清除通知作业队列)
本文介绍了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 清除通知作业队列的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!

本站部分内容来源互联网,如果有图片或者内容侵犯您的权益请联系我们删除!

相关文档推荐

Execute complex raw SQL query in EF6(在EF6中执行复杂的原始SQL查询)
Hibernate reactive No Vert.x context active in aws rds(AWS RDS中的休眠反应性非Vert.x上下文处于活动状态)
Bulk insert with mysql2 and NodeJs throws 500(使用mysql2和NodeJS的大容量插入抛出500)
Flask + PyMySQL giving error no attribute #39;settimeout#39;(FlASK+PyMySQL给出错误,没有属性#39;setTimeout#39;)
auto_increment column for a group of rows?(一组行的AUTO_INCREMENT列?)
Sort by ID DESC(按ID代码排序)