Chris Siebenmann on Nostr: Today's learning experience: if you have a per-host email rate limit of one email per ...
Today's learning experience: if you have a per-host email rate limit of one email per minute over some length of time (say 60 in 60 minutes), you might not want to do that; instead, you probably want it a bit bigger than one a minute. Consider: something has a crontab entry that spits out a message every time it runs, and it runs once a minute, and then something else on the machine sends an email. Boom: over the ratelimit, and it's probably not coming down for a while.
Published at
2023-04-29 16:54:57Event JSON
{
"id": "2009f847ad89d8dc282e668f14c455230ecfd0db9e5768563bd4611f66a0df92",
"pubkey": "d22d3e7a3748f64d667c85f6bc02a4e12d1dfdfdcf5b6f2654bf42e847797112",
"created_at": 1682787297,
"kind": 1,
"tags": [
[
"mostr",
"https://mastodon.social/users/cks/statuses/110283148318067859"
]
],
"content": "Today's learning experience: if you have a per-host email rate limit of one email per minute over some length of time (say 60 in 60 minutes), you might not want to do that; instead, you probably want it a bit bigger than one a minute. Consider: something has a crontab entry that spits out a message every time it runs, and it runs once a minute, and then something else on the machine sends an email. Boom: over the ratelimit, and it's probably not coming down for a while.",
"sig": "269be742872b6a5c03c071507adcb96e63565dbf080864c979406b6d02494973838a55854482f39eef4e7d9c53fed59dae6ea6091aa07f6c0761076cb03dbbb8"
}