slowly desaturating my work slack avatar every day for two weeks.
Remote
Jed Schmidt
@jed@mastodon.social
Kingston and Kyoto. Proprietor of https://hasbrouck.house, baritone of https://thefourfives.com.
0 Followers
0 Following
5 Posts
Joined April 03, 2017
Website:
Open post
Replying to @sid@hachyderm.io
@sid@hachyderm.io if i have this right, i think the tunnel is where you’d be paying for wall time for the lifetime of the HTTP response (unless both ends were WebSockets), though perhaps this is a negligible cost.
1
1
0
0
Open post
Replying to @jed@mastodon.social
@sid@hachyderm.io (also, the request limits cloudflare publishes are different... https://developers.cloudflare.com/workers/platform/limits/#request-limits)
0
1
0
0
Open post
Replying to @sid@hachyderm.io
@sid@hachyderm.io very cool! i wonder if it might make sense to special case on file size and use built-in streams for files under the request body size limit. ie, pay for 1 request instead of 300 requests for a 300MiB file.
0
2
0
0
Open post
Replying to @sid@hachyderm.io
@sid@hachyderm.io yeah, a trade-off for sure… keeping a fetch stream open would also mean you’d lose the ability to use hibernation, and would be charged for wall time.
0
1
0
0