Closed tusharmath closed 4 months ago
Currently worker IO is called via the RequestFilter. Instead move this logic into io.rs and call it whenever there is a call for HTTP.
RequestFilter
io.rs
Technical Requirements
config::Http
WorkerIO
TargetRuntime
Important
Action required: Issue inactive for 30 days. Status update or closure in 7 days.
Issue closed after 7 days of inactivity.
Currently worker IO is called via the
RequestFilter
. Instead move this logic intoio.rs
and call it whenever there is a call for HTTP.Technical Requirements
config::Http
will need to take the function name as an argument — partially done in #1863WorkerIO
needs to be moved intoTargetRuntime
- partially done in #1867Important
1863 depends on #2017 and depends on #1867