File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -278,6 +278,10 @@ appSettings:
278278 deploymentAnnotations : {}
279279 # Environment Variables are passed to the `fiftyone-app` containers
280280 env :
281+ # -- Activity Analytics: where the workflows-plugin emit() enqueues events
282+ # (the bundled in-cluster Redis). Emit is fire-and-forget; if unset the
283+ # review_submitted events simply don't flow.
284+ FIFTYONE_MQ_REDIS_URL : " redis://activity-redis:6379/0"
281285 # @schema
282286 # type: ["string", "boolean"]
283287 # @schema
@@ -1606,12 +1610,12 @@ teamsAppSettings:
16061610# -----------------------------------------------------------------------------
16071611activitySettings :
16081612 # -- Master toggle for the Activity workers + Redis.
1609- enabled : false
1613+ enabled : true
16101614 image :
16111615 # -- Pinned worker image published from the fiftyone-activity repo.
16121616 repository : us-central1-docker.pkg.dev/computer-vision-team/dev-docker/fiftyone-activity
16131617 # -- REQUIRED when enabled: the published image tag (e.g. a commit SHA).
1614- tag : " "
1618+ tag : " 15e878fe29c4a28a6fa55d964805efb58388aa9e "
16151619 pullPolicy : IfNotPresent
16161620 mongo :
16171621 # -- Activity's own database on the shared Mongo instance.
You can’t perform that action at this time.
0 commit comments