overleaf/services/notifications
Eric Mc Sween 74eeec2ba3 Merge pull request #11680 from overleaf/em-mongo-pool-monitoring
Mongo connection pool monitoring

GitOrigin-RevId: 050e50e7e67061ccbf39a710ca4532eafd423365
2023-02-09 14:34:35 +00:00
..
.github
app/js Merge pull request #11680 from overleaf/em-mongo-pool-monitoring 2023-02-09 14:34:35 +00:00
config Merge pull request #10939 from overleaf/em-upgrade-mongo-notifications 2022-12-21 09:05:28 +00:00
test
.gitignore
.mocharc.json
.nvmrc
app.js Merge pull request #10939 from overleaf/em-upgrade-mongo-notifications 2022-12-21 09:05:28 +00:00
buildscript.txt
docker-compose.ci.yml
docker-compose.yml
Dockerfile
LICENSE
Makefile
nodemon.json
package.json Merge pull request #11207 from overleaf/em-upgrade-express 2023-01-25 09:06:11 +00:00
README.md

overleaf/notifications

An API for managing user notifications in Overleaf

database indexes

For notification expiry to work, a TTL index on notifications.expires must be created:

db.notifications.createIndex({expires: 1}, {expireAfterSeconds: 10})

License

The code in this repository is released under the GNU AFFERO GENERAL PUBLIC LICENSE, version 3.

Copyright (c) Overleaf, 20162019.