Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

writer: tag as private, merge worker #988

Merged
merged 2 commits into from
Sep 19, 2019
Merged

Conversation

jd
Copy link
Contributor

@jd jd commented Jul 8, 2019

No description provided.

@jd jd requested a review from a team as a code owner July 8, 2019 17:50
@jd jd force-pushed the remove-service-queue branch from 4ef65ca to 44a982e Compare July 8, 2019 19:17
@brettlangdon
Copy link
Member

ddtrace/writer.py -> ddtrace/internal/writer.py ?

We could also add in a ddtrace/writer.py as:

from .internal.writer import Writer

__all__ = ['Writer']

if we needed to keep some import/API compatibility.

@jd jd force-pushed the remove-service-queue branch from 44a982e to 856e215 Compare July 8, 2019 19:54
@jd
Copy link
Contributor Author

jd commented Jul 8, 2019

I actually don't want people to keep using it (if they ever did) since I'm removing a kwarg. :)

Yeah I can move to internal.

@jd jd force-pushed the remove-service-queue branch from 856e215 to 7966922 Compare July 8, 2019 20:54
@jd jd changed the title writer: tag as private, remove unused service_queue kwarg writer: tag as private, merge worker Jul 9, 2019
@jd jd added the internal label Jul 11, 2019
@jd jd force-pushed the remove-service-queue branch from 406ea6e to 648a4e4 Compare September 13, 2019 09:40
@jd jd requested a review from brettlangdon September 19, 2019 08:20
jd added 2 commits September 19, 2019 10:24
There's no reason to have this two distinct since they are never used without
each other anyway. This simplifies the architecture a little bit and makes
things easier to grasp.
@jd jd force-pushed the remove-service-queue branch from a6f7572 to 217a8c6 Compare September 19, 2019 08:25
@jd jd merged commit e96cf10 into DataDog:master Sep 19, 2019
@jd jd deleted the remove-service-queue branch September 19, 2019 11:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants