Survey banner
Switching to Dataiku - a new area to help users who are transitioning from other tools and diving into Dataiku! CHECK IT OUT

API deployer

MS
Level 3
API deployer

Why deployement of my API take longtime (10 min)? Is it normal?

0 Kudos
1 Reply
fchataigner2
Dataiker

Hi,

if you're using the API deployer on Kubernetes, there's some image building and pushing involved, which can take time if the network is struggling. The other common source of long startup time for API services is the use of code envs which have to compile packages (all R code envs, and some Python ones)

0 Kudos