phiresky
phiresky
The goal of this change is to fix #4039 , not by increasing the check frequency at all actually, just by increasing the opportunities for the check to happen. The...
I'm thinking about also adding an explicit dead Boolean column instead of having it implicit. Thoughts?
My reason would purely be to defensively prevent the issue of federation stopping working when the update doesn't happen, since I think we still don't know exactly what causes #4039...
Actually, just a thought, with the new federation queue we might not need the dead check at all? Because the queue already has an exponentially increasing delay and it only...
Right now it does spawn a task for every instance but the workers don't do anything but sleep for hours / days at a time (which I think shouldn't affect...
> It would use a lot of RAM I don't see why one of them would take more than 10kB of RAM which even with 5k instances would only be...
This is deceptively simple and would be easy on a tiny instance but on the larger instances computing these is very expensive and potentially can't be done in real time,...
> There aren't any indexes currently for the time-span limited queries, just the top all one: Yes, and they are impossible to directly index due to the sliding time window....
I'm getting the same issue. This causes decorators to break with webpack. It seems convoluted but I hit it with some very simple real code: ```ts @observer class Wrapper extends...
Additional info. Looks like the spec readme text is outdated against the spec text and this might be an swc bug (see referenced issues)