-
Notifications
You must be signed in to change notification settings - Fork 0
Deployment
Jeremy Green edited this page Jun 28, 2021
·
2 revisions
If you're using the serverless templates provided by Funktor you can deploy to the default
dev stage by doing:
serverless deploy
To deploy to a different stage, like production you can do:
serverless deploy -s production
If you need to stop processing of a work queue you can adjust the reservedConcurrency
for that queue in config/funktor.yml. Setting that value to 0 will disable processing
for that queue. Jobs will build up in the queue and will be processed when you set the
reservedConcurrency value above 0 again.