FargateTimers
Launch type override for application timers. Set to Yes to run all timers in Fargate, or Spot for Fargate Spot.
| Default value | No |
| Allowed values | Yes, Spot, No |
Use Cases
- Set to
Yeswhen timer tasks should run on serverless compute without depending on EC2 instance availability - Set to
Spotto reduce costs for timer workloads that can tolerate occasional interruptions - Keep as
Nowhen timers should run on existing EC2 instances to avoid Fargate per-task pricing
Additional Information
When set to Yes, all timers in the application are launched as Fargate tasks. When set to Spot, timers run on Fargate Spot for cost savings. Timer tasks are short-lived by nature, making them good candidates for Fargate Spot since interruptions are less impactful on short-running workloads.
This parameter is independent of FargateServices. You can run services on EC2 while running timers on Fargate, or vice versa.
$ convox apps params set FargateTimers=Yes