Skip to content

interval/interval-render

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Interval 🤝 Render

An example project with Interval configured to run on Render. Created with create-interval-app.

Click the button below to deploy this app on Render:

Deploy to Render

In this configuration we're deploying to a single Background Worker. This is also how we power our own internal tools here at Interval! Running our tools as a separate service with auto-deploys enabled means we can update our tools much more frequently than we push updates to the production app.

Important settings: (also defined in render.yaml)

  • Service type: worker
  • Environment: node
  • # of instances: 1
  • Build command: yarn && yarn build
  • Start command: yarn start

Helpful links

Typing

The Interval SDK is written in TypeScript and should have rich type hints and inference. If you experience issues with IDE support, please ensure your editor is using the correct version of TypeScript that is installed in the workspace. If you are using Visual Studio Code, please try using the workspace version of TypeScript. Many editors should do this automatically.

If that doesn't help, please let us know! hello@interval.com

About

Example Interval app configured to deploy to Render (https://render.com).

Resources

Stars

Watchers

Forks