The idea of this experiment is to show that even if a client disonnects from a coudflare worker, the request will run to completion. To test that this is the case you can spam the sleep button in the UI which will cause the current in progress request to be cancelled by datastar. However, if you check the logs, you will see that sleeping will start and finish successfully.
{ reqId: 'dfacc03c-93e1-41eb-849b-999894e0628d', sleeping: 'start' }
{ reqId: 'dfacc03c-93e1-41eb-849b-999894e0628d', sleeping: 'end' }
{ reqId: 'ffecc601-3a04-4799-9812-58d30362c10c', sleeping: 'start' }
{ reqId: 'ffecc601-3a04-4799-9812-58d30362c10c', sleeping: 'end' }
{ reqId: '29183137-cd48-400c-b3f5-431e6bbf4df2', sleeping: 'start' }
{ reqId: '6e79972b-cc5d-49cc-b0fe-f471f76b3eaa', sleeping: 'start' }
{ reqId: '29183137-cd48-400c-b3f5-431e6bbf4df2', sleeping: 'end' }
{ reqId: '6e79972b-cc5d-49cc-b0fe-f471f76b3eaa', sleeping: 'end' }