lowzyyy
lowzyyy
RRailway
Created by lowzyyy on 8/29/2024 in #✋|help
Metrics stuck (not updating)
6 replies
RRailway
Created by lowzyyy on 8/29/2024 in #✋|help
Metrics stuck (not updating)
Its unstuck now
6 replies
RRailway
Created by lowzyyy on 5/15/2024 in #✋|help
Explanation of horizontal scale. Is it possible to autoscale?
User just read info from db, they just control when to start and stop the bot
81 replies
RRailway
Created by lowzyyy on 5/15/2024 in #✋|help
Explanation of horizontal scale. Is it possible to autoscale?
that is the problem, as far as i know, you cannot execute scripts on multiple pages. In chrome, if you switch focus to one page, script pause on the other, so i can only do sequential job, or open new chrome instane for every item which would we be very memory inneficent
81 replies
RRailway
Created by lowzyyy on 5/15/2024 in #✋|help
Explanation of horizontal scale. Is it possible to autoscale?
Isn't that the only way to do the thing. One worker per one user?
81 replies
RRailway
Created by lowzyyy on 5/15/2024 in #✋|help
Explanation of horizontal scale. Is it possible to autoscale?
fetch new items -> open new page for every item in chrome and do some work By the time i finish with browser it's time to fetch again new items and do the thing again, and so on
81 replies
RRailway
Created by lowzyyy on 5/15/2024 in #✋|help
Explanation of horizontal scale. Is it possible to autoscale?
what part i dont understand
81 replies
RRailway
Created by lowzyyy on 5/15/2024 in #✋|help
Explanation of horizontal scale. Is it possible to autoscale?
please try to explain so i can understand. Google it up wont help me understand
81 replies
RRailway
Created by lowzyyy on 5/15/2024 in #✋|help
Explanation of horizontal scale. Is it possible to autoscale?
adam understood me i think
81 replies
RRailway
Created by lowzyyy on 5/15/2024 in #✋|help
Explanation of horizontal scale. Is it possible to autoscale?
i think we have misunderstanding
81 replies
RRailway
Created by lowzyyy on 5/15/2024 in #✋|help
Explanation of horizontal scale. Is it possible to autoscale?
if i have operation that can be offloaded to c++ it will be, but if its not it will block
81 replies
RRailway
Created by lowzyyy on 5/15/2024 in #✋|help
Explanation of horizontal scale. Is it possible to autoscale?
try to compute prime numbers in main thread and tell me if its non blocking
81 replies
RRailway
Created by lowzyyy on 5/15/2024 in #✋|help
Explanation of horizontal scale. Is it possible to autoscale?
Because today i can server 50, and in three days i can serve 150. I feel like i should need to manually restart the service and increase replica or i if Brody is right, i might wont need another replica at all if workers can intertwine. It will be slower for sure but maybe is acceptable?
81 replies
RRailway
Created by lowzyyy on 5/15/2024 in #✋|help
Explanation of horizontal scale. Is it possible to autoscale?
Or should i predefine how much in advance can i have
81 replies
RRailway
Created by lowzyyy on 5/15/2024 in #✋|help
Explanation of horizontal scale. Is it possible to autoscale?
my initial question was: if i have 10 users now, and suddenly i get 50 more all at once, how can i or can i dynamically get one replica and then shut it down when i dont need it
81 replies
RRailway
Created by lowzyyy on 5/15/2024 in #✋|help
Explanation of horizontal scale. Is it possible to autoscale?
workers should not eat cpu time for main thread
81 replies
RRailway
Created by lowzyyy on 5/15/2024 in #✋|help
Explanation of horizontal scale. Is it possible to autoscale?
as far as i understand main node js thread can spawn workers, and then main thread can take requests for some endpoints for any user, so 1 thread for MAIN and 31 thread for workers?
81 replies
RRailway
Created by lowzyyy on 5/15/2024 in #✋|help
Explanation of horizontal scale. Is it possible to autoscale?
I am on hobby, but i am planning this for a company that i work for
81 replies
RRailway
Created by lowzyyy on 5/15/2024 in #✋|help
Explanation of horizontal scale. Is it possible to autoscale?
10 replica = 80cpus?
81 replies
RRailway
Created by lowzyyy on 5/15/2024 in #✋|help
Explanation of horizontal scale. Is it possible to autoscale?
so limit is not 32 cpu if i use replica?
81 replies