mirror of
https://github.com/webrecorder/browsertrix-crawler.git
synced 2025-12-08 06:09:48 +00:00
rebase fix
This commit is contained in:
parent
7c37672ae9
commit
9db0872ecc
1 changed files with 4 additions and 1 deletions
|
|
@ -1390,7 +1390,10 @@ return inx;
|
||||||
|
|
||||||
async markProfileUploaded(result: UploadResult & { modified?: string }) {
|
async markProfileUploaded(result: UploadResult & { modified?: string }) {
|
||||||
result.modified = this._timestamp();
|
result.modified = this._timestamp();
|
||||||
await this.redis.set(`${this.key}:profileUploaded`, JSON.stringify(result));
|
await this.redis.set(
|
||||||
|
`${this.crawlId}:profileUploaded`,
|
||||||
|
JSON.stringify(result),
|
||||||
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
// DEPENDENT CRAWLS FOR DEDUPE
|
// DEPENDENT CRAWLS FOR DEDUPE
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue