-
Notifications
You must be signed in to change notification settings - Fork 0
feat: add tail worker that incorporates the queue #14
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
Conversation
2368f41
to
7304d7f
Compare
7304d7f
to
f603105
Compare
e5bb6aa
to
6b2b5a8
Compare
export default { | ||
async tail(events, env, ctx) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would prefer moving the tail folder inside the confidence-cloudflare-resolver
: I think it is not worthy of a space in the root
6b2b5a8
to
bd4b382
Compare
wrangler deploy | ||
cd .. | ||
wrangler deploy | ||
# deploy the tail worker |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove this
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just found a stale comment
bd4b382
to
20fbcb7
Compare
I think this is a great start. Producing from the Tailer proved to remove latency impact in the Resolver. We will keep investigating if other logging tooling could be introduced in the future to further optimize performance and reliability |
No description provided.