Skip to content

Process Initializers

Process Initializers

  • These process initializers will be executed immediately after sandbox created, and before user code execution.
  • It is useful to subscribe third party services like Redis servers or MQTT servers so we can receive those events in API Maker.
  • Initializers are different from custom APIs/schedulers as they run immediately on every sandbox without any action taken, whereas all other code is getting executed on some action for example API call or some time interval or event.