Depends on D3690
Modify the code of the blob service so the dev mode that uses the local cloud can be properly launched
Differential D3691
[services] Dev mode - Set up Blob service • karol on Apr 11 2022, 6:01 AM. Authored by Tags None Referenced Files
Details
Depends on D3690 Modify the code of the blob service so the dev mode that uses the local cloud can be properly launched cd services docker-compose down yarn run-local-cloud yarn test-blob-service-dev-mode
Diff Detail
Event Timeline
Comment Actions I put up a follow-up for avoiding using compile-time flags D3872 To see why it comes as a follow-up, please see https://phabricator.ashoat.com/D3690#107900 Comment Actions I agree, it really makes sense to do it as a separate diff. But at the same time, I don't agree a followup is the right way to do that. The issue is that we introduce new code here and we know that we need to update it. Writing and reviewing this code is quite wasteful, when it is replaced later. The correct way to do that is to make this change before this diff. I know it is painful to alter the stack, but overall it's a lot more efficient approach. Not going to bock you on this, but please consider introducing the changes before a diff in future stacks.
Comment Actions Sure, you're right.
|