sourcegraph/cmd/query-runner
2020-09-02 20:44:36 -05:00
..
queryrunnerapi all: migrate to github.com/inconshreveable/log15 (#9245) 2020-03-24 15:16:26 +02:00
all_saved_queries.go all: migrate to github.com/inconshreveable/log15 (#9245) 2020-03-24 15:16:26 +02:00
build.sh build: fix version embeds (#11484) 2020-06-15 07:53:29 +08:00
Dockerfile all: update alpine 3.10 -> 3.12 (#13248) 2020-08-21 16:29:48 -07:00
email.go Add link to saved searches page in email (#11651) 2020-07-23 13:16:08 -07:00
graphql.go Rename pkg to internal (#5898) 2019-10-07 15:36:41 -07:00
main.go trace: Move init body into a function called explicitly (#13610) 2020-09-02 20:44:36 -05:00
notif_test.go Rename pkg to internal (#5898) 2019-10-07 15:36:41 -07:00
notif.go Rename pkg to internal (#5898) 2019-10-07 15:36:41 -07:00
README.md Add "life of a search query" documentation (#5574) 2019-09-17 12:39:50 -07:00
slack.go Add notifications when sourcegraph.com licenses are close to expiring… (#10362) 2020-06-06 14:41:35 -07:00

query-runner

Periodically runs saved searches, determines the difference in results, and sends notification emails. It is a singleton service by design so there must only be one replica.