View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000110 | Nix | General | public | 2019-01-21 17:26 | 2023-09-08 13:00 |
Reporter | immae | Assigned To | immae | ||
Priority | low | Severity | crash | Reproducibility | N/A |
Status | closed | Resolution | fixed | ||
Summary | 0000110: Running several goaccess processes simultaneously provokes crashes | ||||
Description | goaccess crashes (probably because he tries to listen to a port) when he has concurrent runs | ||||
Tags | maintenance, services | ||||
Nix: master 7c059af8 2019-02-15 08:48:28 Details Diff |
Do stats computation sequentially We do it now sequentially rather than relying on the previous job taking less than one minute to finish (which is unlikely as the size of the logs grow) Goaccess doesn’t like to be started twice concurrently, so sequential is needed Fixes https://git.immae.eu/mantisbt/view.php?id=110 |
Affected Issues 0000110 |
|
mod - nixops/modules/websites/commons/stats.nix | Diff File |
Date Modified | Username | Field | Change |
---|---|---|---|
2019-01-21 17:26 | immae | New Issue | |
2019-01-21 17:26 | immae | Tag Attached: maintenance | |
2019-01-21 17:26 | immae | Tag Attached: services | |
2019-02-15 08:50 | immae | Changeset attached | => Nix master 7c059af8 |
2019-02-15 08:50 | immae | Assigned To | => immae |
2019-02-15 08:50 | immae | Status | new => resolved |
2019-02-15 08:50 | immae | Resolution | open => fixed |
2023-09-08 13:00 | immae | Status | resolved => closed |