MichaelM
09/12/2021, 11:56 PMdmitry.centro
09/13/2021, 8:39 AMUncaught Error: No such module "handlers/api.mjs".
It looks like it's impossible to import any file outside the root directory. In our case:
wrangler.toml:
[build.upload]
format = "modules"
dir = "src"
main = "./index.mjs"
rules = [{type = "Data", globs = ["\*\*/\*.html"]}]
src/index.mjs:
import HandlerAPI from './handlers/api.mjs';
/src/handlers/api.mjs:
class HandlerAPI {
...
}
export default HandlerAPI;dmitry.centro
09/13/2021, 8:43 AMDeleted User
09/13/2021, 11:48 AMbrett
09/13/2021, 1:32 PMmatt
09/13/2021, 2:10 PMdmitry.centro
09/13/2021, 2:22 PMItsWendell
09/13/2021, 7:41 PMDurable Object is overloaded. Too many requests queued.
always because of incoming connections? If so what are those limits? Or is it possible that the durable object is doing too many cache
/ storage
/ fetch
requests within the DO?matt
09/13/2021, 10:09 PMmatt
09/13/2021, 10:10 PMmatt
09/13/2021, 10:18 PMItsWendell
09/13/2021, 10:30 PMErwin
09/13/2021, 11:58 PMnewUniqueId
. So I have a Coordinator DO that does the coordinating, but then hands things off to a Processing DO to do the work async.ItsWendell
09/14/2021, 7:10 AMItsWendell
09/14/2021, 7:11 AMItsWendell
09/14/2021, 7:12 AMvans163
09/14/2021, 8:26 AMMurray
09/14/2021, 10:34 AMdmitry.centro
09/14/2021, 10:36 AMlux
09/14/2021, 4:04 PMckoeninger
09/14/2021, 8:43 PMlux
09/14/2021, 8:56 PMckoeninger
09/14/2021, 10:01 PMmatt
09/14/2021, 10:23 PMItsWendell
09/14/2021, 10:58 PMItsWendell
09/14/2021, 11:08 PMItsWendell
09/14/2021, 11:11 PMErwin
09/15/2021, 1:16 AMjohn.spurlock
09/15/2021, 3:21 AMErwin
09/15/2021, 3:54 AM