Samarth Hattangady

Results 7 comments of Samarth Hattangady

Sure. I will get started on this.

I am looking to convert several of the methods in `ConductorWorker` to internal methods. The way I see it, only `__init__` and `start` should be public methods. All the other...

Alright. I think I'll avoid the breaking changes for now then. Will just focus on documentation. Currently, the workers are designed as continuously running processes (possibly daemons). This ensures that...

I have added the docstrings for `ConductorWorker` in #1010.

I am currently using the fix mentioned by @jacobly0 to get around the issue. Though I am not able to create a small reproducible test case, I am facing this...

Is there a reason that it was removed? Or any other way that you prefer it to be done?

Ah got it. I will try to implement it, and see if I can get it working. Thanks,