Clemens Wolff

Results 41 issues of Clemens Wolff

For our kubernetes setup we want to automatically scale the number of Celery pods based on the length of the Azure ServiceBus queues, e.g. using [keda](https://github.com/kedacore/keda).

investigation

**What's this?** Currently to set up a new Lokole device, the user needs to: 1) Burn an operating system to an SD card 2) Mount the SD card in the...

investigation

Some notes from Jason: > As far as I remember, it used PACTOR and some windows software that > interfaced with the PACTOR modem. I think the windows software also...

investigation

Currently all Lokole clients are configured to send their API requests to `mailserver.lokole.ca` (see [install.py](https://github.com/ascoderu/opwen-webapp/blob/b5dfea6f1e6ca7b85e7227b79753bdaf08f7682a/install.py#L806)). We should change this such that each client sends its API requests to a separate...

investigation

This will require: 1. Reverting https://github.com/ascoderu/opwen-cloudserver/commit/1916fdd774245daa1ad9592b4c1d066e333ad579 to re-enable persisting mutation of the user object 2. Find a way to make the password changeable/non-changeable per email tenant in the webapp. Currently...

good first issue

1. Remove vm extenstion to run fortis-deploy.sh (https://github.com/CatalystCode/project-fortis-pipeline/blob/master/azuredeploy.json#L472) 2. Remove deployment VM from ARM template: https://github.com/CatalystCode/project-fortis-pipeline/blob/master/azuredeploy.json#L363 3. Define acs-engine template with an extension in the masterprofile (https://github.com/Azure/acs-engine/blob/0224c051212524b2a71e00db8cf40783fe677359/docs/extensions.md#masterprofile) to run fortis-deploy.sh...

project-fortis-pipeline

Currently, the [helm chart](https://github.com/CatalystCode/project-fortis/tree/8e0442bf94f615526fc566fc64f7999d6ac9979c/project-fortis-pipeline/ops/charts/cassandra) that sets up Cassandra has nodes discovering each other by IP during data replication. In rare situations we've seen this cause issues if Cassandra and Kubernetes...

project-fortis-pipeline

We hit an out of memory issue due to unstable streaming which resulted in Spark cancelling the job. The driver kept running with a stopped context. We need to recreate...

project-fortis-spark

It looks like we're writing a mix of both english and spanish terms to cassandra. For example, if `ataque` is a watchlist term for a Fortis site, where the primary...

project-fortis-spark

This pull request adds a flag `--raw` to skip shell escaping the values that are being output. The use-case I have for this flag is two-fold: 1. The current escaping...