You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
--downloads-from-s3 <URL> Manually set the S3 URL prefix where to redirect /task/<uuid>/download requests. (default: do not use S3, forward download requests to nodes, unless the autoscaler is setup, in which case the autoscaler's S3 configuration is used)
67
67
--no-splitmerge By default the program will set itself as being a cluster node for all split/merge tasks. Setting this option disables it. (default: false)
68
68
--public-address <http(s)://host:port> Should be set to a public URL that nodes can use to reach ClusterODM. (default: match the "host" header from client's HTTP request)
69
+
--flood-limit <number> Limit the number of simultaneous task uploads that a user can initiate concurrently (default: no limit)
69
70
--token <token> Sets a token that needs to be passed for every request. This can be used to limit access to the node only to token holders. (default: none)
70
71
--debug Disable caches and other settings to facilitate debug (default: false)
die(`Uuh, slow down! It seems like you are sending a lot of tasks. Check that your connection is not dropping, or wait ${floodMonitor.FORGIVE_TIME} minutes and try again.`);
0 commit comments