Stefano Ortolani
Stefano Ortolani
@Kagee quick fix: ``` diff --git a/app/Model/Attribute.php b/app/Model/Attribute.php index e4269ce98..aefb76337 100644 --- a/app/Model/Attribute.php +++ b/app/Model/Attribute.php @@ -1576,7 +1576,7 @@ class Attribute extends AppModel { if ($jobId) { $message = $attributeId...
@coolacid we could try to make the number of workers configurable, but I am not sure about the best approach since each worker type has now a different number of...
Hi @coolacid is there anything else you need for this to be merged?
Now that I am looking at it, we might want to delete line 133 of `entrypoint_nginx.sh` as it seems to be related to setting up the backend for `CakeResque` workers...
> @coolacid we could try to make the number of workers configurable, but I am not sure about the best approach since each worker type has now a different number...
> Now that I am looking at it, we might want to delete line 133 of `entrypoint_nginx.sh` as it seems to be related to setting up the backend for `CakeResque`...
Fixed two small issues: - the user used to run cake to configure the misp workers (need to be www-data since we do this after enforcing the permissions) - replaced...
Swapped "configuration" and "start" of the workers to avoid race at bootstrap.
@ekzhu @researcher2 CREATE TABLE operations are quite I/O intensive in Cassandra because all nodes need to migrate to the new schema (and they do it in a blocking fashion if...
No experience with Cassandra AWS either unfortunately