2
0

fix(post-process): Add missing post-process-forwarder (#309)

We were not running the post-process forwarder, causing post-process to not run which covers all plugin and rule/alert work.

Fixes #287.
This commit is contained in:
Burak Yigit Kaya 2019-12-30 23:27:02 +03:00 committed by GitHub
parent 3dfc01ec2d
commit aa79f8baf9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -142,6 +142,10 @@ services:
worker:
<< : *sentry_defaults
command: run worker
post-process-forwarder:
<< : *sentry_defaults
# Increase `--commit-batch-size 1` below to deal with high-load environments.
command: run post-process-forwarder --commit-batch-size 1
sentry-cleanup:
<< : *sentry_defaults
image: sentry-cleanup-onpremise-local