Pavel Tcholakov

Results 46 comments of Pavel Tcholakov

Closing this for now, will reopen with a clearer picture of how the CP will manage these once we get back to worker bootstrap.

The trouble here is that `humantime` and ISO8601 have differing ideas about what is the meaning of a month. ```rs #[test] fn humantime_vs_iso8601() { let iso_duration = "P1M"; let human_friendly_duration...

Thanks so much @BurntSushi, that makes a lot of sense to me. I love that `jiff` has distinct concepts for spans and durations. In our case, we are updating values...

I didn't realize just how easy it would be to do it without any additional extension points - I got this to work for parsing periods, we could also do...

Agreed, that's exactly the concern that I have, so I was hesitant to even bring this up. Supposing this is implemented correctly, the issue (for those who choose to use...

I think an even better place to print such warnings would be from the `restate` CLI - the `services` and `deployments` subcommands specifically should inform the operator about deployments using...

@tillrohrmann indeed we did! A common cause of large snapshot repositories is that we show way too low value in terms of record interval in docs & examples - let's...

It seems like we don't even get to complete the TCP handshake. This is from the Mac side of the network bridge:

Hey @ryanleecode - tangential to your comment, but how are you handling persistence of the restate-data state on ECS? We did some testing when AWS released EBS support and found...

I've shared a super sketchy draft PR here that shows some my current thinking: https://github.com/restatedev/restate/pull/2045/files It doesn't build and isn't integrated into the existing cluster scheduler; rather it takes a...