You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,10 @@ Email notifications for ADVRider threads. Built for Cloud Run, written in Go.
8
8
9
9
ADVRider's built-in notifications only email you once after your last visit. This keeps the conversation going by emailing every new post until you unsubscribe.
10
10
11
+
## Usage
12
+
13
+
Visit https://advrider-notifier.codegroove.toys/ for the production instance
14
+
11
15
## Features
12
16
13
17
-**Respectful polling:** Adaptive intervals from ~10 minutes (active threads) to 4 hours using exponential backoff. Minimum poll time is defined as `5min × 2^(hours_since_post / 3)`, with a 10-minute polling loop; shared fetch for all subscribers to minimize load.
@@ -23,10 +27,5 @@ go run .
23
27
24
28
Server will be available at http://localhost:8080
25
29
26
-
## License
27
-
28
-
Apache 2.0 - see LICENSE file
29
-
30
30
---
31
-
32
31
Built with 🪿 by [codeGROOVE llc](https://codegroove.dev)
0 commit comments