-
Notifications
You must be signed in to change notification settings - Fork 16
Add slack notification for papers imported from archive #126
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
Add slack notification for papers imported from archive #126
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Maybe i can also send the corresponding logfile to slack 👀 |
What does the logfile have? |
harshkhandeparkar
left a comment
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.
Can this be merged independently of #125?
Yes
Stuff like x paper was skipped because already present, etc |
Then it would be nice to send it too. Where is it stored normally? Would be good to store it in the same log directory as the main backend (but in a separate file). |
Its actually just stored inside /backend for now, but can be changed |
It would be good to store in the logdir used by the main backend. |
019c836 to
ab7efe8
Compare
Description
This PR generalises the
slack.rsfile to take any message and send it to a slack webhook. This allows us to also add slack notifications for when a library archive is imported into the application.