Track performance of message sends
This commit is contained in:
parent
2d3b1918b3
commit
0ab09711a4
4 changed files with 44 additions and 13 deletions
|
@ -3559,6 +3559,9 @@ export class ConversationModel extends window.Backbone
|
|||
const destination = this.getSendTarget()!;
|
||||
const recipients = this.getRecipients();
|
||||
|
||||
if (timestamp) {
|
||||
window.log.info(`sendMessage: Queueing send with timestamp ${timestamp}`);
|
||||
}
|
||||
this.queueJob('sendMessage', async () => {
|
||||
const now = timestamp || Date.now();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue