Hey there,
I am currently on the beginner plan and I am having an issue that I can't solve - when a user logs in to my site for the first time it needs to fire off a bunch of requests to Github to gather some data and this can take up to 30 seconds, and that is 30 seconds that the user can't do anything.
I have been looking for ways to solve this, and have so far come up short. But I see that if I upgraded to the hacker plan it would give me an additional web worker. Would it then be possible to use this to offload work on to that and have it interact with my original app?
Cheers, S