dark icon indicating copy to clipboard operation
dark copied to clipboard

What do we call a space/module?

Open pbiggar opened this issue 3 years ago • 1 comments
trafficstars

In the interest of consistency going forward, what should we call "type" of a handler. It is usually one of (though in the past we allowed an arbitrary "space" for workers, we don't allow that anymore):

  • CRON
  • WORKER
  • HTTP
  • REPL

We sometimes call it module, and sometimes space. Both of which aren't great names.

pbiggar avatar Jun 25 '22 22:06 pbiggar

I like "handler category" or "handler class"

StachuDotNet avatar Jun 27 '22 13:06 StachuDotNet

I think we sort of settled on module, with each of these (REPL, CRON, etc) being a different kind of handler.

StachuDotNet avatar Jan 08 '24 22:01 StachuDotNet