sledge
Concurrency management for dedicated worker
So if I have two jobs ... and they each take 20s and they are queued very close to each other ... will they each show 20s in their "ran in" statement ... or will their "runtime" also include their "pulled but waiting" time?
6 replies
Collecting results within for-loop steps
@rubenf Is this doable? I thought maybe I could just stash the results iteratively - but its not clear where I could stash them. Unless this would require using setFlowUserState and then somehow at the end make the result be a call to getFlowUserState?
7 replies
Persisting state for incrementing counter
I tried adding --skip-resources to our command usage - it resulted in the resource types that we had in the repo getting deleted, but none of the resources, they all stayed there. I did a clean sync pull and that had no resources.
3 replies
Worker caching weirdness
Well the response headers look pretty much the same from the deno requests as from curl:
Response Headers:
access-control-allow-origin: *
content-type: text/plain
date: Wed, 27 Nov 2024 15:21:36 GMT
expires: Fri Dec 27 13:33:55 2024 GMT
fly-request-id: 01JDQ3DAFZC30W8XJXY9HJGJ6D-sea
kvdb-cache-status: HIT
kvdb-edge-region: sjc
server: Fly/d42d3a7f1 (2024-11-25)
strict-transport-security: max-age=31536000; includeSubDomains; preload
vary: Origin
via: 2 fly.io
x-content-type-options: nosniff
x-frame-options: SAMEORIGIN
x-response-time: 0.490ms
x-xss-protection: 1; mode=block
Got 5 messages
10 replies
Worker caching weirdness
Maybe a bug in the response headers from the KV store?
HTTP/2 200
server: Fly/d42d3a7f1 (2024-11-25)
date: Wed, 27 Nov 2024 15:09:05 GMT
content-type: text/plain
kvdb-edge-region: iad
vary: Accept-Encoding
vary: Origin
access-control-allow-origin: *
expires: Fri Dec 27 14:01:15 2024 GMT
strict-transport-security: max-age=31536000; includeSubDomains; preload
x-content-type-options: nosniff
x-frame-options: SAMEORIGIN
x-response-time: 0.467ms
x-xss-protection: 1; mode=block
kvdb-cache-status: HIT
via: 2 fly.io
fly-request-id: 01JDQ2PCK6MXMMG9KAP8ZJAQJ2-iad
This is what I see from curl.
10 replies