mirror of
https://github.com/valitydev/party-management.git
synced 2024-11-06 09:15:18 +00:00
HG-190: Abuse persistent timers in the invoice machine (#84)
* HG-190: Cut down on extraneous mg calls a little * HG-190: Switch to rbkmoney/damsel@4018c41 * HG-190: Abuse persistent timers in the invoice machine * HG-190: Drop merchant proxy logic altogether * HG-190: Add one more test on invoice timings * HG-190: Fix confusing timer management * HG-190: Oops * HG-190: Switch to damsel upstream, bump to rbkmoney/machinegun@a5a8653 * HG-190: Bump to rbkmoney/machinegun@707c2f8
This commit is contained in:
parent
d5d3ad4a2f
commit
b2e9ff715d
@ -24,7 +24,7 @@ services:
|
||||
condition: service_healthy
|
||||
|
||||
machinegun:
|
||||
image: dr.rbkmoney.com/rbkmoney/machinegun:e04e529f4c5682b527d12d73a13a3cf9eb296d4d
|
||||
image: dr.rbkmoney.com/rbkmoney/machinegun:707c2f8015f21de8dd9aa51a748532fe384c3a60
|
||||
command: /opt/machinegun/bin/machinegun foreground
|
||||
volumes:
|
||||
- ./test/machinegun/sys.config:/opt/machinegun/releases/0.1.0/sys.config
|
||||
|
@ -3,7 +3,7 @@
|
||||
{<<"cowlib">>,{pkg,<<"cowlib">>,<<"1.0.2">>},2},
|
||||
{<<"dmsl">>,
|
||||
{git,"git@github.com:rbkmoney/damsel_erlang.git",
|
||||
{ref,"52018a4684f48bae501860113790d4f535c4213c"}},
|
||||
{ref,"56fb48e6a23471e49a88c0d646680fba14e74d35"}},
|
||||
0},
|
||||
{<<"dmt">>,
|
||||
{git,"git@github.com:rbkmoney/dmt_core.git",
|
||||
|
Loading…
Reference in New Issue
Block a user