Skip to content

Commit

Permalink
fix(task-processor/task-definition): set RUN_BY_PROCESSOR (#3195)
Browse files Browse the repository at this point in the history
  • Loading branch information
gagantrivedi authored Dec 20, 2023
1 parent 6898253 commit f478def
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@
],
"essential": true,
"environment": [
{
"name": "RUN_BY_PROCESSOR",
"value": "True"
},
{
"name": "AWS_REGION",
"value": "eu-west-2"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@
],
"essential": true,
"environment": [
{
"name": "RUN_BY_PROCESSOR",
"value": "True"
},
{
"name": "AWS_REGION",
"value": "eu-west-2"
Expand Down

3 comments on commit f478def

@vercel
Copy link

@vercel vercel bot commented on f478def Dec 20, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

docs – ./docs

docs-git-main-flagsmith.vercel.app
docs.flagsmith.com
docs-flagsmith.vercel.app
docs.bullet-train.io

@vercel
Copy link

@vercel vercel bot commented on f478def Dec 20, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on f478def Dec 20, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.