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:
parent
3dfc01ec2d
commit
aa79f8baf9
@ -142,6 +142,10 @@ services:
|
|||||||
worker:
|
worker:
|
||||||
<< : *sentry_defaults
|
<< : *sentry_defaults
|
||||||
command: run worker
|
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-cleanup:
|
||||||
<< : *sentry_defaults
|
<< : *sentry_defaults
|
||||||
image: sentry-cleanup-onpremise-local
|
image: sentry-cleanup-onpremise-local
|
||||||
|
Reference in New Issue
Block a user