clean up
This commit is contained in:
parent
8ee78d97bb
commit
db1ca28de3
1 changed files with 0 additions and 5 deletions
|
@ -48,7 +48,6 @@ export class DeliverProcessorService {
|
||||||
) {
|
) {
|
||||||
this.logger = this.queueLoggerService.logger.createSubLogger('deliver');
|
this.logger = this.queueLoggerService.logger.createSubLogger('deliver');
|
||||||
this.suspendedHostsCache = new Cache<Instance[]>(1000 * 60 * 60);
|
this.suspendedHostsCache = new Cache<Instance[]>(1000 * 60 * 60);
|
||||||
this.latest = null;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@bindThis
|
@bindThis
|
||||||
|
@ -76,10 +75,6 @@ export class DeliverProcessorService {
|
||||||
}
|
}
|
||||||
|
|
||||||
try {
|
try {
|
||||||
if (this.latest !== (this.latest = JSON.stringify(job.data.content, null, 2))) {
|
|
||||||
this.logger.debug(`delivering ${this.latest}`);
|
|
||||||
}
|
|
||||||
|
|
||||||
await this.apRequestService.signedPost(job.data.user, job.data.to, job.data.content);
|
await this.apRequestService.signedPost(job.data.user, job.data.to, job.data.content);
|
||||||
|
|
||||||
// Update stats
|
// Update stats
|
||||||
|
|
Loading…
Reference in a new issue