mirror of
https://github.com/knadh/listmonk.git
synced 2024-11-10 09:02:36 +08:00
0f6a0376da
The `rate` field `/api/campaigns/running/stats` returned was computed based on the total time spent from the start of the campaign to the current time. This meant that for large campaigns, if there were pauses or slowdowns in between, the rate would be skewed heavily making it useless to figure out the current send rate. This commit introduces a realtime running rate counter in the campaign manager that returns accurate (running) send rates for the last minute. The `rate` field in the API now shows the live running rate and a new `net_rate` field shows the rate from the beginning of the campaign. |
||
---|---|---|
.. | ||
cs-cz.json | ||
de.json | ||
en.json | ||
es.json | ||
fr.json | ||
hu.json | ||
it.json | ||
ml.json | ||
nl.json | ||
pl.json | ||
pt-BR.json | ||
pt.json | ||
ro.json | ||
ru.json | ||
tr.json |