You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
provisionedConcurrency: 1
config:
enabled: true
alias: provisioned
usage: 0.80
scheduledActions:
- name: BusinessHours
schedule: "cron(30 12 ? * 2-6 *)" # Start of business day (UTC)
action:
minimum: 1
when I see the lambda provisioned concurrency its is set to 2. Even during periods with no traffic. I've noticed that it doesn't scale down.
How can the minimum be set to 1 as per the config?
The text was updated successfully, but these errors were encountered:
Hi, @Kunalkatdare, I would manually mess with the datapoints on the alarm and see if you can make it come down, maybe less datapoints in the same time. If you have success we can see about getting it in the plugin.
@claydanford / @flxgn here's my config:
when I see the lambda provisioned concurrency its is set to 2. Even during periods with no traffic. I've noticed that it doesn't scale down.
How can the minimum be set to 1 as per the config?
The text was updated successfully, but these errors were encountered: