You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(taskworker): Make process_profile worker support uncompressed payloads (#95692)
The taskworker producer layer now supports zstd compression. This means
that the zlib task level compression is no longer necessary here. In
order to remove, this PR updates the worker code to take an optional
parameter which decides whether or not the payload should be zlib
decompressed. In a subsequent PR, the producer code will be updated to
send uncompressed payloads
0 commit comments