Oddbean new post about | logout
 I havent noticed any issues with sending events yet, but I do get a lot of “["NOTICE","Error fetching events: Too many subrequests."]” from relay.nosflare.com 
 I got a message not sent today but there was nothing how to resolve it (e.g. retry button, just the yellow symbol).

I did the reply (to Will) with Damus and after coming back it had send it. 

Haven’t seen that before and was posting and replying a few minutes prior without issues. 
 Ok I think I figured it out. Nostur sends a huge amount of REQs immediately upon sending an EVENT and it was overloading the worker before it could async save the note. 
 The limit for each was set to 5000 and it slammed various following (catchup, resume, etc), notifications, viewing, all notes for my pubkey, and some others 😅

I've set it to a Max limit of 50 
 Hmm I’ll check why its sending many REQs after EVENT 
 I think there may be an issue with missing EOSEs. Nostur sends a CLOSE after receiving EOSE but for some REQs (not all) on nosflare there is never an EOSE and its probably kept open and hitting the limit of 50, Nostur normally never has that much subscriptions open at the same time.

Example REQ that didn’t receive EOSE:

["REQ", "A4CB2EF4-5DB8-4D74-BF6B-9B860DA44777", {"ids": ["5119271f7af3847dd2c655f6a5cfb1448bb3a70edf52acec4f39844346917cca"], "limit": 500}] 
 Hey thanks for pointing out that issue! I have resolved it. 🙌 
 do you know who is behind relay.nostraddress.com? I’m getting the same issue from that relay and also some new ones: Unsupported filter: since / until 
 Hey! Yes that's me as well. Have been testing blocking those filters as they aren't technically supported due to the object store nature of Nosflare. But they should be sending correct EOSE now, right? 
 I think so, I’ll let you know if I see those limit errors again