-
Notifications
You must be signed in to change notification settings - Fork 28
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
Haoji create a cronjob for app to get profile images from website #591
Conversation
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.
Hi @malikjahanzaib, could you help me review the new PR with the same functions? #608 I have fixed this error and enabled email sender for alerting user to update their profile img |
Hi @shubhankarval, would you mind helping me review the new PR with the same function?#591 (review). I have fixed the typo and enabled email sender for alerting user to update their profile img |
Description
Related PRS (if any):
To test this backend PR you need to checkout the #1470 frontend PR.
…
Main changes explained:
…
How to test:
check into current branch
do
npm install
,npm run build
andnpm run start
to run this PR locallylog as owner user
Feel free to change the cronjob period in src/cronjobs/userProfileJobs.js, the following change allows cronjob to run every minute
git restore .
to undo the changesScreenshots or videos of changes:
Note:
See frontend