-
Notifications
You must be signed in to change notification settings - Fork 736
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support TailEvent messages in Tail sessions (#4071)
When tailing a tail worker, messages previously had a null event property. Following cloudflare/workerd#1248, these events have a valid event, specifying which scripts produced events that caused your tail worker to run. As part of rolling this out, we're filtering out tail events in the internal tail infrastructure, so we control when these new messages are forward to tail sessions, and can merge this freely. One idiosyncracy to note, however, is that tail workers always report an "OK" status, even if they run out of memory or throw. That is being tracked and worked on separately.
- Loading branch information
1 parent
d0e8e38
commit f880a00
Showing
5 changed files
with
104 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
--- | ||
"wrangler": minor | ||
--- | ||
|
||
Support TailEvent messages in Tail sessions | ||
|
||
When tailing a tail worker, messages previously had a null event | ||
property. Following https://github.com/cloudflare/workerd/pull/1248, | ||
these events have a valid event, specifying which scripts produced | ||
events that caused your tail worker to run. | ||
|
||
As part of rolling this out, we're filtering out tail events in the | ||
internal tail infrastructure, so we control when these new messages are | ||
forward to tail sessions, and can merge this freely. | ||
|
||
One idiosyncracy to note, however, is that tail workers always report an | ||
"OK" status, even if they run out of memory or throw. That is being | ||
tracked and worked on separately. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters