Skip to content

Add support for serverless #9

@galkin

Description

@galkin

@hdoan741 and @huytool157, i know that rpc is beta. There is my architecture feedback.

The current architecture for retool rpc doesn't support serverless architecture. Under the hood integration uses polling, which requires running server.

Our case:

  • In QA environment application deployed as Cloud Run (serverless container)
  • In prod environment application deployed as k8s pod

We have such setup for cost optimization.
From a security standpoint pull-rpc looks better than rest/graphql/grpc/etc, but we can not use it in QA environment.

Can we add the ability to call webhook from retool based on resource configuration? It should improve the Developer Experience with this resource.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions