Hi, after I deployed the Lambda function with jets, I see 3 functions in the Lambda console.
myproject-dev-jets-preheat_job-torch
myproject-dev-jets-preheat_job-warm
myproject-dev-jets-rack_controller-process
These 3 functions are all needed?
Thank you.
tung
2
RE: myproject-dev-jets-preheat_job-torch and myproject-dev-jets-preheat_job-warm
Those are the prewarming functions. They can be disabled if you wish. Docs here: https://rubyonjets.com/docs/prewarming/
RE: myproject-dev-jets-rack_controller-process
This is created to handle Mega Mode or Afterburner Mode. Yes, it’s needed if you’re using Jets to run a Rails application.
@tung thanks for your quick response.
It helped me.
