Mike Gershunovsky

Results 19 comments of Mike Gershunovsky

This is a good idea, we do it on our internal service container. The best process is roughly: 1. stop taking new requests (fail `/_readiness`, but keep jetty alive so...

I think that part can work - but suppose the user is requesting a profile page `users/123`, and I want to keep updating that 123 user as long as the...

You could get s3 modified timestamp, return it as a parameter from Prepare, then compare the current value on each operation, failing if it has changed. Prepare is allowed to...

oh yeah... I ran into this before. it is tricky.. the only other idea I had was to have only nonnullable parameter boxes visible at the start (we'd need to...

btw service can return a backoff in RunBatchResponse, I think this is what you want to use

Some notes # Backfila cross service ### UI Changes to the Create form: After selecting backfill, if it has a output type, add a selector for target service, then after...

how would you get in that state, I assume only manually by a user?

I thought the lease task runs even if it's backing off? Will take a look later