You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove unused handleQueue() function from entry worker (#678)
With #656, the Queues dispatcher is now implemented as part of the
broker Durable Object. We no longer send message batches directly
from Node.js, so can remove queue handling from the entry worker.
Note the magic proxy enqueues messages through queue producer
bindings like regular workers, so never used this endpoint directly.
0 commit comments