grace_period & batch_size needs to get passed to _Worker:
https://github.com/GoogleCloudPlatform/google-cloud-python/blob/6c602823e7101b40dfe5bfc614da633beb8accfb/logging/google/cloud/logging/handlers/transports/background_thread.py#L258
Ran into this issue because we're using BackgroundThreadTransport and I'm trying to override the default grace period on shutdown.
grace_period & batch_size needs to get passed to _Worker:
https://github.com/GoogleCloudPlatform/google-cloud-python/blob/6c602823e7101b40dfe5bfc614da633beb8accfb/logging/google/cloud/logging/handlers/transports/background_thread.py#L258
Ran into this issue because we're using BackgroundThreadTransport and I'm trying to override the default grace period on shutdown.