appsmithorg / appsmithorg/appsmith
Move the plugin action execution to a bounded elastic thread pool
Abierto
Backend
Enhancement
- Lenguaje dominante
- TypeScript
- Estrellas
- 40.9k
- Forks
- 4.8k
- Merge medio
- 1 d 22 h
- PR fusionados (30 d)
- 45
Descripción
This is to ensure that any plugin written in the future doesn't cause the Appsmith platform to block. Currently, each plugin has to ensure that it's non-blocking and make appropriate adjustments.
We can simplify this flow for plugin developers by moving the action execution call in the Appsmith platform to a separate thread pool and ensure that the main platform is not blocked.
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.