-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(uniquely/flight-crawler): prevent set storage repeated #536
Conversation
services/flight-crawler/src/crawl.ts
Outdated
} | ||
catch (err) { | ||
logger.error('crawlAllJobs', 'crawling_failed', err); | ||
} | ||
} | ||
// for updating meta | ||
if (updated === false) await storageClient.set(jobList[jobKey[jobKey.length - 1]]); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
خیلی حس ماستمالی دارم
یک روت نمیشه بهش اضافه کنیم برای اینجور مواقع!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ساختار کوبی خب مگه برای همین نبود؟
یک متای مختص به همین رو باید ست کنیم
غیر از دیفالتا
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
!
Pull Request closed and locked due to lack of activity. |
No description provided.