Commit d3bc98c
committed
fix(webapp): disable the webhook worker when workers are turned off
WEBHOOK_WORKER_ENABLED defaults from WORKER_ENABLED and follows the same
true/false convention as the other worker switches, but the engine compared it
to "0" (the convention of a different set of flags). A web-only instance
(WORKER_ENABLED=false) therefore kept running webhook delivery jobs once the
feature was enabled. Compare against "true" like its peers.1 parent 65aceb5 commit d3bc98c
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| |||
0 commit comments