Skip to content

Commit

Permalink
feat(cdp): Pre-cyclotron refactor (#24681)
Browse files Browse the repository at this point in the history
  • Loading branch information
benjackwhite authored Sep 4, 2024
1 parent 5b7e38e commit b20d6f8
Show file tree
Hide file tree
Showing 24 changed files with 1,430 additions and 1,221 deletions.
6 changes: 0 additions & 6 deletions plugin-server/src/capabilities.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ export function getPluginServerCapabilities(config: PluginsServerConfig): Plugin
preflightSchedules: true,
cdpProcessedEvents: true,
cdpFunctionCallbacks: true,
cdpFunctionOverflow: true,
cdpCyclotronWorker: true,
syncInlinePlugins: true,
...sharedCapabilities,
Expand Down Expand Up @@ -104,11 +103,6 @@ export function getPluginServerCapabilities(config: PluginsServerConfig): Plugin
cdpFunctionCallbacks: true,
...sharedCapabilities,
}
case PluginServerMode.cdp_function_overflow:
return {
cdpFunctionOverflow: true,
...sharedCapabilities,
}
case PluginServerMode.cdp_cyclotron_worker:
return {
cdpCyclotronWorker: true,
Expand Down
210 changes: 0 additions & 210 deletions plugin-server/src/cdp/async-function-executor.ts

This file was deleted.

Loading

0 comments on commit b20d6f8

Please sign in to comment.